Skip to content

Commit 73e5cca

Browse files
committed
Remved xgb in test suite since it requires special attention
1 parent fd31f17 commit 73e5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spam_detector_ai/tests/py_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@pytest.fixture(scope="module")
1414
def test_model():
1515
classifier_types = [ClassifierType.NAIVE_BAYES, ClassifierType.RANDOM_FOREST, ClassifierType.SVM,
16-
ClassifierType.XGB, ClassifierType.LOGISTIC_REGRESSION]
16+
ClassifierType.LOGISTIC_REGRESSION]
1717
logger = init_logging()
1818
current_dir = os.path.dirname(os.path.abspath(__file__))
1919
base_dir = os.path.dirname(current_dir)

0 commit comments

Comments
 (0)