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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
and saving the instance with joblib dump, however, some of the saved models upon loading, return a NotFittedError after being loaded again:
sklearn.exceptions.NotFittedError: This TuneSearchCV instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.
I tested the Estimators and they were fitted before saving. I'm kind of at the end of my debugging skills and wonder if this is a problem with tune-sklearn, possibly even related to #107?
The text was updated successfully, but these errors were encountered:
Thanks for the library, been getting a lot of mileage out of this.
I'm fitting a TuneSearchCV instance
and saving the instance with joblib dump, however, some of the saved models upon loading, return a
NotFittedError
after being loaded again:sklearn.exceptions.NotFittedError: This TuneSearchCV instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.
I tested the Estimators and they were fitted before saving. I'm kind of at the end of my debugging skills and wonder if this is a problem with tune-sklearn, possibly even related to #107?
The text was updated successfully, but these errors were encountered: