Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise XGBoostError(py_str(_LIB.XGBGetLastError())) xgboost.core.XGBoostError: map::at #2

Open
kvagdevi opened this issue Oct 20, 2022 · 1 comment

Comments

@kvagdevi
Copy link

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

@DiarmuidMalanaphy
Copy link

"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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants