Skip to content

Commit

Permalink
Update train.py (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
algattik authored Feb 4, 2020
1 parent 312dfdf commit 424c317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diabetes_regression/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from sklearn.linear_model import Ridge
from sklearn.metrics import mean_squared_error
from sklearn.model_selection import train_test_split
from sklearn.externals import joblib
import joblib
import json


Expand Down

0 comments on commit 424c317

Please sign in to comment.