Back to search
Classifying emails as spam or ham (not spam) using the Logistic Regression algorithm in Python 2.7.
Stars
6
Forks
5
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Complete learning weights function and applying weights to guess classification for a document. Also add functionality to remove stop words and apply the algorithm on the filtered data sets.
7f67bbeView on GitHubComplete function to learn weights, but will need to review.
918d11cView on GitHubSet up weight dictionary where w0 is initially 0.0 and all other weights are initially 0.5.
c90d085View on GitHubRead in text files and store in dictionaries for the data sets.
c1d48faView on GitHub