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
In fact, any functionality that relies on the metadata folder breaks if using joblib.save and load on the model. It does not save the metadata folder (eg. with cache results or subprocess params)
We should overwrite sklearn save and load methods to zip up metadata folder and fumped model, and when loader the model, do some path handling to assign the metadata folder param within the model to the appropriate path.
The text was updated successfully, but these errors were encountered:
In fact, any functionality that relies on the metadata folder breaks if using joblib.save and load on the model. It does not save the metadata folder (eg. with cache results or subprocess params)
We should overwrite sklearn save and load methods to zip up metadata folder and fumped model, and when loader the model, do some path handling to assign the metadata folder param within the model to the appropriate path.
The text was updated successfully, but these errors were encountered: