mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
5cfe3554eb
- Update to 3.5.0 PR: 190314 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
12 lines
659 B
Plaintext
12 lines
659 B
Plaintext
Machine Learning PY (mlpy) is a high-performance Python package for
|
|
predictive modeling. It makes extensive use of numpy (http://scipy.org)
|
|
to provide fast N-dimensional array manipulation and easy integration of
|
|
C code. mlpy provides high level procedures that support, with few lines
|
|
of code, the design of rich Data Analysis Protocols (DAPs) for
|
|
preprocessing, clustering, predictive classification and feature
|
|
selection. Methods are available for feature weighting and ranking, data
|
|
resampling, error evaluation and experiment landscaping.The package
|
|
includes tools to measure stability in sets of ranked feature lists.
|
|
|
|
WWW: http://mlpy.sourceforge.net/
|