Skip to content

Commit a023e76

Browse files
committed
Update test_linearboost.py
1 parent 6deb14f commit a023e76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_linearboost.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import pytest
21
from sklearn.utils.estimator_checks import parametrize_with_checks
32
from linearboost.linear_boost import LinearBoostClassifier
43

5-
from ._utils import check_estimator, get_expected_failed_tests
6-
74

85
@parametrize_with_checks([LinearBoostClassifier()])
96
def test_sklearn_compatible_estimator(estimator, check):

0 commit comments

Comments
 (0)