Skip to content

Commit 1b3affc

Browse files
ErfaniaaParthS007
authored andcommitted
1 parent af1925b commit 1b3affc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/linear_regression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
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
3+
predictive analysis. The idea is pretty simple, we have a dataset and we have
44
a feature's associated with it. The Features should be choose very cautiously
55
as they determine, how much our model will be able to make future predictions.
66
We try to set these Feature weights, over many iterations, so that they best

0 commit comments

Comments
 (0)