-
- Description:
Milk is a machine learning toolkit in Python.
Its focus is 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. It works over many datatypes, with a preference for numpy arrays.
For unsupervised learning, milk supports k-means clustering and affinity propagation.
- Changes to previous version:
Speed improvements. Bug fixes. Added
folds
argument to nfoldcrossvalidation. Addedassign_centroids
function
- BibTeX Entry: Download
- Supported Operating Systems: Agnostic
- Data Formats: None, Agnostic
- Tags: Python, Svm, Feature Selection, Kmeans, Decision Tree Learning, Random Forests, Supervised, Libsvm, Affinity Propagation, Nonnegative Matrix Factorization
- Archive: download here
Comments
No one has posted any comments yet. Perhaps you'd like to be the first?
Leave a comment
You must be logged in to post comments.