From 99cecdd29130714ac760347756d1e615d404279d Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 23 Apr 2009 17:02:20 +0000 Subject: 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.fbk.eu/ PR: ports/133932 Submitted by: Wen Heping --- science/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'science/Makefile') diff --git a/science/Makefile b/science/Makefile index 029dc3d7ec8..ebcbfad69d0 100644 --- a/science/Makefile +++ b/science/Makefile @@ -106,6 +106,7 @@ SUBDIR += psychopy SUBDIR += py-hcluster SUBDIR += py-mdp + SUBDIR += py-mlpy SUBDIR += py-netCDF4 SUBDIR += py-openbabel SUBDIR += py-paida -- cgit