Skip to content

Commit f9f6379

Browse files
removed typo
1 parent e1edc00 commit f9f6379

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2/p2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pandas
2-
from io import open
32
from sklearn import linear_model
43
from sklearn.linear_model import LinearRegression
54
from sklearn.metrics import mean_squared_error, r2_score
@@ -170,4 +169,4 @@ def compareOptFunctionViz():
170169
#############################
171170

172171
alphaViz()
173-
#compareOptFunctionViz()
172+
#compareOptFunctionViz()

0 commit comments

Comments
 (0)