瀏覽代碼

Adding new TD + reordering stuff

Nelle Varoquaux 3 年之前
父節點
當前提交
05d8287f58
共有 3 個文件被更改,包括 1010 次插入1 次删除
  1. 1008 0
      03-ProjectIntro.ipynb
  2. 0 0
      04-linear-and-logistic-regression.ipynb
  3. 2 1
      README.md

File diff suppressed because it is too large
+ 1008 - 0
03-ProjectIntro.ipynb


03-linear-and-logistic-regression.ipynb → 04-linear-and-logistic-regression.ipynb


+ 2 - 1
README.md

@@ -26,7 +26,8 @@ To __check your installation__, try launching Jupyter (e.g. by typing `jupyter n
 ## Program
 * Lab 1: [Principal Component Analysis](https://github.com/NelleV/2022-mines-HPC-AI-TD/blob/master/01-PCA.ipynb) (1h)
 * Lab 2: [Data normalization](https://github.com/NelleV/2022-mines-HPC-AI-TD/blob/master/02-FeatureProcessing.ipynb) (1h)
-* Lab 3: [Linear and logistic regression](https://github.com/NelleV/2022-mines-HPC-AI-TD/blob/master/03-Linear%20and%20logistic%20regressions.ipynb) (1h) 
+* Lab 3: [Cross validation & features]() 
+* Lab 4: [Linear and logistic regression](https://github.com/NelleV/2022-mines-HPC-AI-TD/blob/master/04-Linear%20and%20logistic%20regressions.ipynb) (1h) 
 
 
 ### Acknowledgements