Nelle Varoquaux f25a4e7c4c Adding the links to the README | 2 년 전 | |
---|---|---|
data | 3 년 전 | |
01-PCA.ipynb | 3 년 전 | |
02-FeatureProcessing.ipynb | 3 년 전 | |
03-ProjectIntro.ipynb | 2 년 전 | |
04-linear-and-logistic-regression.ipynb | 2 년 전 | |
05-Regularization.ipynb | 2 년 전 | |
06-TreesAndForests.ipynb | 2 년 전 | |
07-NearestNeighbors.ipynb | 2 년 전 | |
LICENSE | 3 년 전 | |
README.md | 2 년 전 | |
environment.yml | 3 년 전 |
This repository holds the computer labs for the Introduction to Machine Learning course of the 2021-2022 HPC-AI MSc https://www.hpc-ai.mines-paristech.fr/
The labs were developed for Python3. All required packages are part of the Anaconda platform so you can simply install Anaconda3 on your machine. If you'd rather install just the required packages with pip, that is also possible. The labs were developed for Python 3.4.3, with the following libraries:
To check your installation, try launching Jupyter (e.g. by typing jupyter
noteboook
in a shell), navigating to where you have downloaded/pulled the
first lab (.ipynb file) and opening it. In that notebook (or in a python
terminal), you should be able to run
import sklearn
import pandas
import seaborn
import matplotlib
These notebooks are adapted from notebooks previously created with the help of Chloé-Agathe Azencott, Judith Abecassis, Joseph Boyd, Arthur Imber, Benoit Playe and Mihir.