Skip to content

Commit

Permalink
Add n_estimators
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Nov 13, 2024
1 parent 79735e3 commit 8c5e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legateboost/legateboost.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
"model_init_": AddMember.ADD,
"n_features_in_": AddMember.ASSERT_SAME,
"is_fitted_": AddMember.ASSERT_SAME,
"n_estimators": AddMember.PREFER_A,
"n_estimators": AddMember.ADD,
"objective": AddMember.ASSERT_SAME,
"metric": AddMember.PREFER_A,
"learning_rate": AddMember.PREFER_A,
Expand Down

0 comments on commit 8c5e216

Please sign in to comment.