Jupyter Ipython notebooks for the exercises of the course Statistical learning.
- Install Python 3.6 and Anaconda.
- Create an anaconda environment.
conda create -n statistical_learning python=3.6 source activate - Clone or download the repository.
git clone https://github.com/AdriBesson/Statistical_learning_course cd statistical_learning_course - Install the python dependencies
pip install --upgrade pip pip install -r requirements.txt
- Go in the desired directory and run jupyter notebook
cd week1 jupyter notebook - Run the desired notebook