spam_detector_ai/__init__.py,sha256=8wZKLXlBNjNUyfyt9QTDFyFh0MjeFgzmg3xKbD5h_U8,451
spam_detector_ai/logger_config.py,sha256=eU_Akiu-xqMZYXsNqsZp-joXkBCTP3eHx-ra6zJ4MBo,748
spam_detector_ai/trainer.py,sha256=JVJSrOVv7StSywJgJNxjwTDRV1mbrgKTxxY89ZSNkFg,1941
spam_detector_ai/classifiers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
spam_detector_ai/classifiers/base_classifier.py,sha256=QyMvEg8k4dEEohnDmdEdgOaCsNNDAucolXYAGRNKJtY,704
spam_detector_ai/classifiers/classifier_types.py,sha256=UwwKCh8jeqTy-BkgQF8n3iJlOdv7bMCO6dr3hDVBH_o,229
spam_detector_ai/classifiers/logistic_regression_classifier.py,sha256=8egES1jq1MdQrUkbh4F77p-JpngDmbI29X-4o0xoMQ0,668
spam_detector_ai/classifiers/naive_bayes_classifier.py,sha256=ZbA8B2z_8GWMj8cbJ8ke3w-2OW5Lgv2OmQmLA7HXUdk,601
spam_detector_ai/classifiers/random_forest_classifier.py,sha256=iovOK57k8U2XJglvM0pycCABDxFCNKbNTzbKA_My1ys,816
spam_detector_ai/classifiers/svm_classifier.py,sha256=3ObLTUNeukFIwFm7bMczNmrTZJLlj8RhXvD9tbK38_o,575
spam_detector_ai/classifiers/xgb_classifier.py,sha256=xVxiG_RRerr2szXoM4VX8Uy4B2EVEuJBkr9oLZapTj4,1080
spam_detector_ai/data/spam.csv,sha256=9wgw7L6cigl0rk3hz2HlZqwtp9I1hmNXKoqYtPSgYiQ,34772968
spam_detector_ai/loading_and_processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
spam_detector_ai/loading_and_processing/data_loader.py,sha256=ffZ9Gi31BGFCCsP4igh24Zq5BZXc45Xh6dleLZr1N0s,625
spam_detector_ai/loading_and_processing/preprocessor.py,sha256=uCDpeZdK_CYHlcVtB3et-HctCYfwgX0x5pSjDWYEUYo,1221
spam_detector_ai/models/bayes/naive_bayes_model.joblib,sha256=9UHK6DeNFUtvnJpL9bGEcjcAI4b0oeSPCDpSUjhvZrY,48807
spam_detector_ai/models/bayes/naive_bayes_vectoriser.joblib,sha256=SGm-tSr6QphH7GKvE2O3bBRXvGsGxsnsJKjaRr0S6Lc,41383
spam_detector_ai/models/logistic_regression/logistic_regression_model.joblib,sha256=JJmM_q3nYSRtGEpnNXvXCNnmQY4TMJf_ymaFEpIf0pc,13055
spam_detector_ai/models/logistic_regression/logistic_regression_vectoriser.joblib,sha256=R0yQOX6k9RXeT7bRM0nqMOaWshpzlcTZ4InYe3S__ZY,53734
spam_detector_ai/models/random_forest/random_forest_model.joblib,sha256=aaAhDU5AxhhND5UYsvkfWRm7Vl5i1CvaO7l52j9taI4,19939753
spam_detector_ai/models/random_forest/random_forest_vectoriser.joblib,sha256=R0yQOX6k9RXeT7bRM0nqMOaWshpzlcTZ4InYe3S__ZY,53734
spam_detector_ai/models/svm/svm_model.joblib,sha256=ojraeY56E2K-z0GRmOTgAyF5JLFf3W2ax5dubWtdRus,1463371
spam_detector_ai/models/svm/svm_vectoriser.joblib,sha256=R0yQOX6k9RXeT7bRM0nqMOaWshpzlcTZ4InYe3S__ZY,53734
spam_detector_ai/models/xgb/xgb_model.joblib,sha256=OAS5XGrAP2dW8WbeV5J5WtMfpc1-3jvsFreiLijL2ws,391248
spam_detector_ai/models/xgb/xgb_vectoriser.joblib,sha256=R0yQOX6k9RXeT7bRM0nqMOaWshpzlcTZ4InYe3S__ZY,53734
spam_detector_ai/prediction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
spam_detector_ai/prediction/performance.py,sha256=TFkaCpOaNoMKlmzTCdNSZhOfPyB6LY3BKC1fxHdNnAA,291
spam_detector_ai/prediction/predict.py,sha256=FJcCiJCIdX5RZ8lyYr9o77U_y76AO8q28QiHCQJ-l0A,8501
spam_detector_ai/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
spam_detector_ai/tests/launcher.py,sha256=L4IumsFDxgpwl42MKUgvRUSapbjaq9jk8ijSjOQ55rI,536
spam_detector_ai/tests/py_test.py,sha256=MJ0RenyHLcmuKBefakP3KYhDYtSKVp3-VcRdiUhRpOw,1479
spam_detector_ai/tests/test.py,sha256=QQoeggKtWKSPfCNMZnSpJhTMJ4D0pLd8WBNKL2CLt0k,1977
spam_detector_ai/tests/test_dataloader.py,sha256=Ho3nlijJq4oMMYsG9s4JbzI2vaytdknqIgBm1KXRPLU,1471
spam_detector_ai/tests/test_preprocessor.py,sha256=bXHzd_MGxqKNh0zdToI0Z-8aFaidAQadtS62j6fsX5A,1905
spam_detector_ai/training/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
spam_detector_ai/training/train_models.py,sha256=fTp5K2Mu_5037HCHZ4N1oJM3VZu7j46KvYsOI3nu16w,4221
spam_detector_ai/tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
spam_detector_ai/tuning/fine_tuning_logistic_regression.py,sha256=g5vtXh5hY9KDfe7twhaTDoNfYIXtSEUc6lKtAdPsZSE,2306
spam_detector_ai/tuning/fine_tuning_svm.py,sha256=EGIrZXmeFFBXnShoGPP5yjlBpfftmAvpHh0DtewjapM,1980
spam_detector_ai/tuning/fine_tuning_xgb.py,sha256=4Pe4bLTsCXJkFkJgBu54tpxEueekbC_FkB9b9JdZMUU,2380
spam_detector_ai-2.1.17.dist-info/LICENSE,sha256=bGQSoOBIwgUBI5oPmfU7LVbLOy2VulYi1__GgwTkGFo,1075
spam_detector_ai-2.1.17.dist-info/METADATA,sha256=w5Cn5Ymsr9kOyRqPEFnlVZYgPo5mHtiw1vrGjF22DkU,23175
spam_detector_ai-2.1.17.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
spam_detector_ai-2.1.17.dist-info/top_level.txt,sha256=CpDp3aQBdJ-lA3sLxRenjAcIrVAzLFtmUJ7aPpyB8z4,17
spam_detector_ai-2.1.17.dist-info/RECORD,,
