You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Essential codes for jump-starting machine learning/data science with Python
5
5
6
6
### Tutorial-type notebooks covering regression, classification, clustering, and some basic neural network algorithms
7
7
* Simple linear regression with t-statistic generation
8
-
* Multiple ways to do linear regression in Python and their speed comparison ([check the article I wrote on freeCodeCamp](www.google.com))
8
+
* Multiple ways to do linear regression in Python and their speed comparison ([check the article I wrote on freeCodeCamp](https://medium.freecodecamp.org/data-science-with-python-8-ways-to-do-linear-regression-and-measure-their-speed-b5577d75f8b))
9
9
* Multi-variate regression with regularization
10
10
* Polynomial regression with how to use scikit-learn pipeline feature ([check the article I wrote on *Towards Data Science*](https://towardsdatascience.com/machine-learning-with-python-easy-and-robust-method-to-fit-nonlinear-data-19e8a1ddbd49))
0 commit comments