diff --git a/requirements.txt b/requirements.txt index c216af0..f15a587 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scikit-learn==1.3.2 +scikit-learn==1.4.0 imbalanced-learn==0.11.0 pandas==2.1.4 nltk~=3.8.1 diff --git a/spam_detector_ai/models/bayes/naive_bayes_model.joblib b/spam_detector_ai/models/bayes/naive_bayes_model.joblib index 13626e9..eefb390 100644 Binary files a/spam_detector_ai/models/bayes/naive_bayes_model.joblib and b/spam_detector_ai/models/bayes/naive_bayes_model.joblib differ diff --git a/spam_detector_ai/models/bayes/naive_bayes_vectoriser.joblib b/spam_detector_ai/models/bayes/naive_bayes_vectoriser.joblib index d23e10c..c0bc106 100644 Binary files a/spam_detector_ai/models/bayes/naive_bayes_vectoriser.joblib and b/spam_detector_ai/models/bayes/naive_bayes_vectoriser.joblib differ diff --git a/spam_detector_ai/models/random_forest/random_forest_model.joblib b/spam_detector_ai/models/random_forest/random_forest_model.joblib index 671a9ce..f65a2d0 100644 Binary files a/spam_detector_ai/models/random_forest/random_forest_model.joblib and b/spam_detector_ai/models/random_forest/random_forest_model.joblib differ diff --git a/spam_detector_ai/models/random_forest/random_forest_vectoriser.joblib b/spam_detector_ai/models/random_forest/random_forest_vectoriser.joblib index 99b16a0..e9291f4 100644 Binary files a/spam_detector_ai/models/random_forest/random_forest_vectoriser.joblib and b/spam_detector_ai/models/random_forest/random_forest_vectoriser.joblib differ diff --git a/spam_detector_ai/models/svm/svm_model.joblib b/spam_detector_ai/models/svm/svm_model.joblib index b715e65..126501f 100644 Binary files a/spam_detector_ai/models/svm/svm_model.joblib and b/spam_detector_ai/models/svm/svm_model.joblib differ diff --git a/spam_detector_ai/models/svm/svm_vectoriser.joblib b/spam_detector_ai/models/svm/svm_vectoriser.joblib index 99b16a0..e9291f4 100644 Binary files a/spam_detector_ai/models/svm/svm_vectoriser.joblib and b/spam_detector_ai/models/svm/svm_vectoriser.joblib differ