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 fd31f17 commit 73e5ccaCopy full SHA for 73e5cca
spam_detector_ai/tests/py_test.py
@@ -13,7 +13,7 @@
13
@pytest.fixture(scope="module")
14
def test_model():
15
classifier_types = [ClassifierType.NAIVE_BAYES, ClassifierType.RANDOM_FOREST, ClassifierType.SVM,
16
- ClassifierType.XGB, ClassifierType.LOGISTIC_REGRESSION]
+ ClassifierType.LOGISTIC_REGRESSION]
17
logger = init_logging()
18
current_dir = os.path.dirname(os.path.abspath(__file__))
19
base_dir = os.path.dirname(current_dir)
0 commit comments