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
I am trying to use s2cloudmask on Linux after installing all packages, i am getting raise XGBoostError(py_str(_LIB.XGBGetLastError())) xgboost.core.XGBoostError: map::at this error or some times sklearn.tree.tree no module name, this problem i managed to work on. Please help me
The text was updated successfully, but these errors were encountered:
"sklearn.tree.tree no module name" this comes from the project using an older version of sci-kit learn. The older version of sci-kit learn uses sk.tree.tree for decision trees but has since modified it to use sk.tree. What you're going to have to do is download an older version of sci-kit learn.
Similar issue for xg boost.
pip uninstall xgboost
pip install xgboost==1.1.1.
I am trying to use s2cloudmask on Linux after installing all packages, i am getting raise XGBoostError(py_str(_LIB.XGBGetLastError())) xgboost.core.XGBoostError: map::at this error or some times sklearn.tree.tree no module name, this problem i managed to work on. Please help me
The text was updated successfully, but these errors were encountered: