Download List

Projeto Descrição

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, and decision trees. It also performs feature selection. These classifiers can be combined in many ways to form different classification systems. For unsupervised learning, milk supports k-means clustering and affinity propagation.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-11 01:21
0.3.7

A regressão logística foi adicionado. Demos estão incluídos na fonte e documentação. métricas de acordo Cluster foram adicionados. Um bug nfoldcrossvalidation quando usando o parâmetro foi fixado origens.
Tags: Minor, bugfix
Logistic regression was added. Demos are included in the source and documentation. Cluster agreement metrics were added. An nfoldcrossvalidation bug when using the origins parameter was fixed.

2010-12-18 07:17
0.3.6

Novos recursos: não supervisionado (1 classe) modelagem de densidade kernel, uma opção de peso para alguns alunos, aluno do coto, e Adaboost. Uma correção para SDA quando retorna vazia.
Tags: Minor, bugfix
New features: unsupervised (1-class) kernel density modeling, a weights option to some learners, stump learner, and Adaboost. A fix for when SDA returns empty.

2010-11-04 16:07
0.3.5

A correção foi incluída para máquinas de 64 bits. Funções em measures.py tem uma nova interface.
Tags: Minor, Minor bugfixes
A fix was included for 64-bit machines. Functions in measures.py have a new interface.

2010-11-01 18:34
0.3.4

alunos floresta aleatórios foram adicionados. As árvores de decisão foi acelerada em 20 vezes. Gridsearch é muito mais rápido, uma vez que encontra uma ótima sem computar todas as dobras.
Tags: Stable, Minor
Random forest learners were added. Decision trees were sped up by 20 times. Gridsearch is much faster since it finds an optimum without computing all folds.

2010-10-23 14:46
0.3.3

Um ficheiro em falta que impediu a instalação foi incluído.
Tags: Stable, Minor
A missing file that prevented installation was included.

Project Resources