From ad290b8c3bb3e02b1bd0d9c8ebc50ef18fbabf09 Mon Sep 17 00:00:00 2001 From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk> Date: Mon, 24 May 2021 13:35:13 +0000 Subject: [PATCH] Wrong classifier --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index da58baa..81c253a 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 -- GitLab