Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlow committed Sep 18, 2023
1 parent 99cb8e8 commit b0d9c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-forust/tests/test_booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ def test_booster_to_xgboosts_with_contributions_missing_branch_methods(X_y):
nbins=500,
parallel=True,
base_score=0.5,
missing_node_treatment="AssignToParent",
)
fmod.fit(X, y=y)
fmod_preds = fmod.predict(X)
Expand Down

0 comments on commit b0d9c06

Please sign in to comment.