0

my code is as below..

model = TPOTRegressor()
multi_model = MultiOutputRegressor(model).fit(x_train, y_train)

joblib.dump(multi_model , './multi_model.pkl')

Training is working OK.. However, it can't save and shows errors as below..

How to save multi-output model?

enter image description here

MCPMH
  • 175
  • 1
  • 1
  • 11

0 Answers0