Skip to content

Commit

Permalink
Changed demo for Lasso
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrangan committed Sep 13, 2020
1 parent 82d6b26 commit 869d05b
Show file tree
Hide file tree
Showing 5 changed files with 1,706 additions and 3 deletions.
Binary file modified lectures/Lect05_Lasso.pptx
Binary file not shown.
3 changes: 2 additions & 1 deletion sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ to documents that don't match the number of the unit. We will fix these soon!
* Unit 5: Regularization and LASSO
* Lecture: LASSO Regularization [[pdf]](./lectures/Lect05_Lasso.pdf)
[[Powerpoint]](./lectures/Lect05_Lasso.pptx)
* [Demo: Finding predictors of prostate cancer](./unit05_lasso/demo_prostate.ipynb)
* [Demo 1: Predicting prostate cancer](./unit05_lasso/demo1_prostate.ipynb)
* [Demo 2: Predicting housing prices](./unit05_lasso/demo2_housing.ipynb)
* [Lab: EEG source localization](./unit05_lasso/lab_eeg_partial.ipynb)
* Problems [[pdf]](./unit05_lasso/prob/prob_lasso.pdf) [[Latex]](./unit05_lasso/prob/prob_lasso.tex)
* [Unit 6: Logistic regression](./unit06_logistic/readme.md)
Expand Down
2 changes: 1 addition & 1 deletion unit04_model_sel/lab_neural_partial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 869d05b

Please sign in to comment.