Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.22 KB

BIOT7060

Machine Learning Workshop - Predicting Patient Diabetes with Demographics and Medical Information

by @alexgcsa

Colab Notebooks

The material can be accessed via Google Colab Notebooks:

Local installation

Alternatively, if you want to run it locally, we suggest you use Anaconda (or Miniconda) to manage a virtual environment and install dependencies.

First, create an environment with the following command:

$ conda create -n workshop_ml

Then, install dependencies via pip:

$ conda activate workshop_ml

$ conda install python=3.10

$ pip install -r requirements.txt

If you need to run under this environment at any time, use the following command to activate it and open the notebook:

$ conda activate workshop_ml

$ jupyter notebook