We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1925b commit 1b3affcCopy full SHA for 1b3affc
machine_learning/linear_regression.py
@@ -1,6 +1,6 @@
1
"""
2
Linear regression is the most basic type of regression commonly used for
3
-predictive analysis. The idea is preety simple, we have a dataset and we have
+predictive analysis. The idea is pretty simple, we have a dataset and we have
4
a feature's associated with it. The Features should be choose very cautiously
5
as they determine, how much our model will be able to make future predictions.
6
We try to set these Feature weights, over many iterations, so that they best
0 commit comments