Skip to content

Commit

Permalink
New trained models
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Jun 7, 2024
1 parent 4ded5cc commit fc4f977
Show file tree
Hide file tree
Showing 12 changed files with 388,953 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spam_detector_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
__package_name__ = "spam-detector-ai"
__url__ = "https://github.com/adamspd/spam-detection-project"
__version__ = "2.1.14"
__version__ = "2.1.15"
__test_version__ = False
388,952 changes: 388,952 additions & 0 deletions spam_detector_ai/data/spam.csv

Large diffs are not rendered by default.

Binary file modified spam_detector_ai/models/bayes/naive_bayes_model.joblib
Binary file not shown.
Binary file modified spam_detector_ai/models/bayes/naive_bayes_vectoriser.joblib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified spam_detector_ai/models/random_forest/random_forest_model.joblib
Binary file not shown.
Binary file not shown.
Binary file modified spam_detector_ai/models/svm/svm_model.joblib
Binary file not shown.
Binary file modified spam_detector_ai/models/svm/svm_vectoriser.joblib
Binary file not shown.
Binary file modified spam_detector_ai/models/xgb/xgb_model.joblib
Binary file not shown.
Binary file modified spam_detector_ai/models/xgb/xgb_vectoriser.joblib
Binary file not shown.

0 comments on commit fc4f977

Please sign in to comment.