Skip to content

Commit

Permalink
new threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Dec 25, 2023
1 parent 2ed0c24 commit 39ca65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_randomforest.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_randomforest_for_regression():
df = pd.read_csv("dataset/car_reg.data")
model = cb.fit(df, config, silent=True)

assert model["evaluation"]["train"]["MAE"] < 10
assert model["evaluation"]["train"]["MAE"] < 30
assert model["config"]["algorithm"] == "Regression"

instance = ["high", "high", 4, "more", "big", "high"]
Expand Down

0 comments on commit 39ca65e

Please sign in to comment.