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 9d1da35 commit b0595afCopy full SHA for b0595af
machine_learning/linear_regression.py
@@ -3,7 +3,7 @@
3
predictive analysis. The idea is pretty simple: we have a dataset and we have
4
features associated with it. Features should be chosen very cautiously
5
as they determine how much our model will be able to make future predictions.
6
-We try to set these features weights, over many iterations, so that they best
+We try to set the weight of these features, over many iterations, so that they best
7
fit our dataset. In this particular code, I had used a CSGO dataset (ADR vs
8
Rating). We try to best fit a line through dataset and estimate the parameters.
9
"""
0 commit comments