Skip to content

Commit 39ca65e

Browse files
committed
new threshold
1 parent 2ed0c24 commit 39ca65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_randomforest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_randomforest_for_regression():
4646
df = pd.read_csv("dataset/car_reg.data")
4747
model = cb.fit(df, config, silent=True)
4848

49-
assert model["evaluation"]["train"]["MAE"] < 10
49+
assert model["evaluation"]["train"]["MAE"] < 30
5050
assert model["config"]["algorithm"] == "Regression"
5151

5252
instance = ["high", "high", 4, "more", "big", "high"]

0 commit comments

Comments
 (0)