You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add tests for edge cases to improve coverage
Adds three new tests to improve code coverage:
- test_adaboost_early_stopping_on_perfect_fit: Tests early stopping on linearly separable data
- test_adaboost_single_class_error: Tests error handling for single-class datasets
- test_adaboost_classes_method: Tests that classes are properly identified
This should improve patch coverage from 81.69% to ~85%+
0 commit comments