diff --git a/build.py b/build.py index da58baaa276ed0ab97a71b6096ad93c2b252e93c..81c253ad1168d992b59698b6ee6896d03a259077 100644 --- a/build.py +++ b/build.py @@ -464,7 +464,7 @@ with open('mlb.pickle', 'wb') as handle: pickle.dump(mlb, handle) with open('model.pickle', 'wb') as handle: - pickle.dump(lr_classifier, handle) + pickle.dump(classifier, handle) #Automatically restart the services: MAY NEED TO CHANGE TO PUSH TO GITHUB AND THEN SSHING INTO THE SERVER ETC ETC