Notebooks for hands-on on machine learning supervised and unsupervised tasks.
- Hands-On 1: Python and Pandas Tutorial
 - Hands-On 2: Unsupervised Learning
 - Hands-On 3: Supervised Learning
 - Hands-On 4: Model Selection
 
- 
Get the Anaconda (Individual Edition) here
 - 
Install Anaconda on your machine. Pay attention when the installer asks for Register Anaconda3 as my default Python 3.8, untick it if you dont want to!
 
- 
Open Anaconda Navigator and select Environments on the left side panel
 - 
Click Import and use the
environment.ymlas specification File. Use mlenv as name for the environment - 
Once installed, go to the Home panel and be sure the installed environment is selected
 - 
Launch jupyter notebook and navigate to the repository folder
 - 
Open the notebook you want to run
 
To set up the conda environment with the required packages and running the notebooks, execute the following command:
- 
Create a new virtual environment:
conda env create -n mlenv -f=./environment.yml - 
Set up the environment:
conda activate mlenv - 
Run jupyter notebooks:
jupyter notebook 
Except where otherwise noted, all content of this machine-learning-course-notebooks repository are distributed under the Creative Common BY-SA-4.0 licence
