Skip to content

Commit 67fd8a7

Browse files
committed
Removed performance test between pickle and joblib
1 parent be8f1ac commit 67fd8a7

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

spam_detector_ai/models/test.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

spam_detector_ai/prediction/predict.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ def __init__(self, model_type=ClassifierType.NAIVE_BAYES):
5555
ClassifierType.SVM.value: SVMClassifier()
5656
}
5757
classifier = classifier_map.get(model_type.value)
58-
print(f"classifier_class: {classifier}")
59-
print(f"model_type: {model_type}")
6058
if not classifier:
6159
raise ValueError(f"Invalid model type: {model_type}")
6260

0 commit comments

Comments
 (0)