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 6deb14f commit a023e76Copy full SHA for a023e76
tests/test_linearboost.py
@@ -1,9 +1,6 @@
1
-import pytest
2
from sklearn.utils.estimator_checks import parametrize_with_checks
3
from linearboost.linear_boost import LinearBoostClassifier
4
5
-from ._utils import check_estimator, get_expected_failed_tests
6
-
7
8
@parametrize_with_checks([LinearBoostClassifier()])
9
def test_sklearn_compatible_estimator(estimator, check):
0 commit comments