Skip to content

Commit 424c317

Browse files
authored
Update train.py (#174)
1 parent 312dfdf commit 424c317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diabetes_regression/training/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from sklearn.linear_model import Ridge
3232
from sklearn.metrics import mean_squared_error
3333
from sklearn.model_selection import train_test_split
34-
from sklearn.externals import joblib
34+
import joblib
3535
import json
3636

3737

0 commit comments

Comments
 (0)