Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 307 Bytes

Python-ML

Machine Learning projects in Python using the SciPy stack.

In-progress repo where I have decided to keep my Python machine learning realated projects as I work on them.

My first project will be on text cateogrization using Naive Bayes Classifier. - Main python file: nb_main.py -