Unanswered
Hey Guys
Trying To Save A Model Via The Outputmodel.Update_Weights Function
I Get The Following Error:
i updated to 1.10
i am uploading the model inside the main() function, using this code:
model_path = model_name + '.pkl'
with open(model_path, "wb") as f:
pickle.dump(prophet_model, f)
output_model.update_weights(weights_filename=model_path, iteration=0)
151 Views
0
Answers
one year ago
one year ago