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
When I made the delayed prediction of my model, it appeared that the nn-meter predictor pre-training was carried out by scikit-learn==0.23.1, but my scikit-learn==1.3.2, and I could not reduce this version. So I would like to know if there is a newer version of the pre-trained model (for scikit-learn ≥1.0).
Error information:/home/hpc1/.conda/envs/python_tx/lib/python3.8/site-packages/sklearn/base.py:348: InconsistentVersionWarning: Trying to unpickle estimator DecisionTreeRegressor from version 0.23.1 when using version 1.3.2. 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/model_persistence.html#security-maintainability-limitations
。。。
ValueError: node array from the pickle has an incompatible dtype:
When I made the delayed prediction of my model, it appeared that the nn-meter predictor pre-training was carried out by scikit-learn==0.23.1, but my scikit-learn==1.3.2, and I could not reduce this version. So I would like to know if there is a newer version of the pre-trained model (for scikit-learn ≥1.0).
Error information:/home/hpc1/.conda/envs/python_tx/lib/python3.8/site-packages/sklearn/base.py:348: InconsistentVersionWarning: Trying to unpickle estimator DecisionTreeRegressor from version 0.23.1 when using version 1.3.2. 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/model_persistence.html#security-maintainability-limitations
。。。
ValueError: node array from the pickle has an incompatible dtype:
The text was updated successfully, but these errors were encountered: