mljar-supervised icon indicating copy to clipboard operation
mljar-supervised copied to clipboard

Trying to unpickle estimator DecisionTreeClassifier from version 0.24.2 when using version 1.0.1. This might lead to breaking code or invalid results. Use at your own risk.

Open JacobMarley opened this issue 3 years ago • 1 comments

Looks like another issue caused by using scikit 1.0.1 instead of 24.2.

"Trying to unpickle estimator DecisionTreeClassifier from version 0.24.2 when using version 1.0.1. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to: https://scikit-learn.org/stable/modules/model_persistence.html#security-maintainability-limitations"

Going to downgrade scikit.

JacobMarley avatar Dec 11 '21 17:12 JacobMarley

Or you can train again AutoML with newer version of scikit-learn. That might be better solution fo the future.

pplonski avatar Dec 13 '21 12:12 pplonski