
Milk is a machine learning toolkit in Python that focuses on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, decision trees. It also performs feature selection. These classifiers can be combined in many ways to form different classification systems.
Visit MILK's official website for product details and getting started.