aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-mlpy
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-101-1/+2
| | | | and LIB_DEPENDS of dependent ports
* - Update to 2.2.2wen2010-12-234-6/+29
|
* - Fix run error because of lacking cpow() function in FreeBSD.wen2010-12-213-1/+18
| | | | | | | - Remove MD5 PR: ports/153299 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
* - Update to 2.2.1wen2010-10-283-28/+47
|
* - Bump PORTREVISION to chase the update of math/gslwen2010-03-291-2/+2
|
* Chase math/gsl update,makc2009-12-021-1/+2
| | | | bump PORTREVISION
* - Update to 2.1.0wen2009-12-013-5/+21
| | | | - Update my mail address to FreeBSD
* - Update to 2.0.3miwi2009-06-063-7/+7
| | | | | PR: 135210 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Machine Learning PY (mlpy) is a high-performance Python package formiwi2009-04-244-0/+124
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 <wenheping at gmail.com>