Skip to content

nemosharma6/naive-logistic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression

python Logistic.py <train_spam_path> <train_ham_path> <test_spam_path> <test_ham_path> <lambda_weight_adjustment> <stop_words_path>

Naive Bayes

python Naive.py <train_spam_path> <train_ham_path> <test_spam_path> <test_ham_path> <stop_words_path>

Releases

No releases published

Packages

No packages published

Languages