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
Trying to unpickle estimator PCA from version 1.0 when using version 1.4.2. This might lead to breaking code or invalid results. Use at your own risk.
I'm getting this warning when I try to run examples/bacco.ini. There are many such warnings trying to unpickle other estimators which are pickled with different versions of scikit-learn.
Can I safely ignore this warnings or do they actually affect the results as stated in the warnings?
The text was updated successfully, but these errors were encountered:
I'm getting this warning when I try to run examples/bacco.ini. There are many such warnings trying to unpickle other estimators which are pickled with different versions of scikit-learn.
Can I safely ignore this warnings or do they actually affect the results as stated in the warnings?
The text was updated successfully, but these errors were encountered: