Skip to content

Commit b2d325d

Browse files
authored
Update 09-rmse.md (DataTalksClub#495)
* Update 09-rmse.md add notes * Update 09-rmse.md correct link * Update 10-car-price-validation.md add notes * Update 11-feature-engineering.md add notes * Update 12-categorical-variables.md add notes * Update 13-regularization.md add notes * Update 14-tuning-model.md add notes * Update 15-using-model.md add notes
1 parent 0adfa3a commit b2d325d

7 files changed

+14
-0
lines changed

02-regression/09-rmse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The entire code of this project is available in [this jupyter notebook](https://
3030
</tr>
3131
</table>
3232

33+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/22/ml-zoomcamp-2023-machine-learning-for-regression-part-8/)
34+
3335
## Navigation
3436

3537
* [Machine Learning Zoomcamp course](../)

02-regression/10-car-price-validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The entire code of this project is available in [this jupyter notebook](https://
2323
</tr>
2424
</table>
2525

26+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/22/ml-zoomcamp-2023-machine-learning-for-regression-part-8/)
27+
2628
## Navigation
2729

2830
* [Machine Learning Zoomcamp course](../)

02-regression/11-feature-engineering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The entire code of this project is available in [this jupyter notebook](https://
2424
</tr>
2525
</table>
2626

27+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/22/ml-zoomcamp-2023-machine-learning-for-regression-part-9/)
28+
2729
## Navigation
2830

2931
* [Machine Learning Zoomcamp course](../)

02-regression/12-categorical-variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The entire code of this project is available in [this jupyter notebook](https://
2424
</tr>
2525
</table>
2626

27+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/23/ml-zoomcamp-2023-machine-learning-for-regression-part-10/)
28+
2729
## Comments
2830

2931
This way of encoding categorical features is called "one-hot encoding".

02-regression/13-regularization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The entire code of this project is available in [this jupyter notebook](https://
2929
</tr>
3030
</table>
3131

32+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/23/ml-zoomcamp-2023-machine-learning-for-regression-part-11/)
33+
3234
## Comments
3335
### Linear combination
3436

02-regression/14-tuning-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The entire code of this project is available in [this jupyter notebook](https://
2222
</tr>
2323
</table>
2424

25+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/24/ml-zoomcamp-2023-machine-learning-for-regression-part-12/)
26+
2527
## Navigation
2628

2729
* [Machine Learning Zoomcamp course](../)

02-regression/15-using-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The entire code of this project is available in [this jupyter notebook](https://
2323
</tr>
2424
</table>
2525

26+
* [Notes from Peter Ernicke](https://knowmledge.com/2023/09/24/ml-zoomcamp-2023-machine-learning-for-regression-part-12/)
27+
2628
## Navigation
2729

2830
* [Machine Learning Zoomcamp course](../)

0 commit comments

Comments
 (0)