We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0ad14 commit 384d885Copy full SHA for 384d885
main.py
@@ -7,7 +7,7 @@
7
y = np.array([1, 3, 2, 3, 5])
8
9
10
-# Create a linear regression model with normalize parameter
+# Create a linear regression model with normalize parameter k
11
12
model = LinearRegression(normalize=True)
13
0 commit comments