-
Notifications
You must be signed in to change notification settings - Fork 509
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
AttributeError: best_iteration is only defined when early stopping is used.
with xgboost 2.0
#1217
Comments
Creating a minimum reproduction code now. |
Found dmlc/xgboost#9403 |
https://pypi.org/project/xgboost/2.0.0/ was released today. |
best_iteration
is only defined when early stopping is used.AttributeError:
best_iteration
is only defined when early stopping is used.
AttributeError:
best_iteration
is only defined when early stopping is used.
AttributeError: best_iteration is only defined when early stopping is used.
with xgboost 2.0
Looks lime flaml is not yet compatible with XGBoost 2. It works with 1.x. |
FLAML==2.1.0 There is an error: |
@AlekseyGur FLAML 2.1.0 doesn't include #1219. 2.2.0 should. |
Just released v2.1.1 to support xgb 2. Thanks for the reminder! |
Code
Traceback
FLAML version
2.0.2
The text was updated successfully, but these errors were encountered: