You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/adamspd/spam-detection-project/commit/main)
@@ -300,7 +301,7 @@ print(f"Is spam: {is_spam}")
300
301
301
302
## Project Structure
302
303
303
-
-`classifiers/`: Contains the different classifiers (Naive Bayes, Random Forest, SVM).
304
+
-`classifiers/`: Contains the different classifiers (Naive Bayes, Random Forest, SVM, XGB & Logistic Regression).
304
305
-`data/`: Contains the sample dataset for training the classifiers.
305
306
-`loading_and_processing/`: Contains utility functions for loading and preprocessing data.
306
307
-`models/`: Contains the trained models and their vectorizers.
@@ -319,7 +320,7 @@ This project is licensed under the [MIT License](LICENSE).
319
320
320
321
## Notes
321
322
322
-
The project contains 3 pre-trained models that can be used directly if you want to skip the training step.
323
+
The project contains 5 pre-trained models that can be used directly if you want to skip the training step.
323
324
If you don't want to use the package, you can use the API that I have deployed
0 commit comments