We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7248a commit cb96208Copy full SHA for cb96208
docs/index.rst
@@ -70,6 +70,9 @@ Regression
70
71
- Simple linear regression with t-statistic generation (`Here is the
72
Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Regression/Linear_Regression_Practice.ipynb>`__)
73
+
74
+- Linear regression as a statistical estimation problem (`Here is the
75
+ Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Regression/Linear_regression_statistical_estimation.ipynb>`__)
76
77
- Multiple ways to perform linear regression in Python and their speed
78
comparison (`Here is the
0 commit comments