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 e1edc00 commit f9f6379Copy full SHA for f9f6379
2/p2.py
@@ -1,5 +1,4 @@
1
import pandas
2
-from io import open
3
from sklearn import linear_model
4
from sklearn.linear_model import LinearRegression
5
from sklearn.metrics import mean_squared_error, r2_score
@@ -170,4 +169,4 @@ def compareOptFunctionViz():
170
169
#############################
171
172
alphaViz()
173
-#compareOptFunctionViz()
+#compareOptFunctionViz()
0 commit comments