You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried saving an SKLearnClassifier using pickle, but I don't seem able to because of TypeError: cannot pickle 'module' object. Is there a way to save a model wrapped in SKLearnClassifier? Should (Can?) I save just the internal .model_?
The text was updated successfully, but these errors were encountered:
I've tried saving an
SKLearnClassifier
using pickle, but I don't seem able to because ofTypeError: cannot pickle 'module' object
. Is there a way to save a model wrapped inSKLearnClassifier
? Should (Can?) I save just the internal.model_
?The text was updated successfully, but these errors were encountered: