We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e96cd1 commit 35c9673Copy full SHA for 35c9673
tests/test_learning.py
@@ -241,5 +241,5 @@ def test_adaboost():
241
([6, 2, 3.5, 1], 1),
242
([7.5, 4, 6, 2], 2),
243
([7, 3, 6, 2.5], 2)]
244
- assert grade_learner(adaboost, tests) > 5/6
245
- assert err_ratio(adaboost, iris) < 0.1
+ assert grade_learner(adaboost, tests) > 4/6
+ assert err_ratio(adaboost, iris) < 0.25
0 commit comments