NFL Predictions
Machine Learning in Python
In this post I experiment with various classification models using subsets of some real-world data sets. In particular, I present use the K-Nearest-Neighbor algorithm to classify text documents, experiment with and compare classifiers that are part of the scikit-learn machine learning package for Python, and use some preprocessing capabilities of pandas and scikit-learn packages.
The final image is generated within python, but convert to png with linux. You may see the following link for further information. http://stackoverflow.com/questions/1494492/graphviz-how-to-go-from-dot-to-a-graph
Python code in link: