-
Notifications
You must be signed in to change notification settings - Fork 413
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
Xgboost : AttributeError: 'Booster' object has no attribute 'best_ntree_limit' #649
Comments
I am also experiencing the same issue on a fresh install, the other classifiers are working as expected, but Xgboost writes this error to
This is on Windows + Anaconda + Python 3.10.9 + AutoML version 1.0.2 |
@yamenw |
@adrienpacifico That fixed the problem for me, thanks a lot! |
I've fixed the issue. MLJAR AutoML will use Xgboost in version > 2.0.0. The new release should be soon 👍 |
On a fresh install of MLJar, I get the following error when launching
automl.predict
.Xgboost has introduced a version 2.0, 11 hours ago on Pipy.
The text was updated successfully, but these errors were encountered: