1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-mlpy |
---|
8 | version 2.2.2 |
---|
9 | categories-append lang python |
---|
10 | maintainers gmail.com:marc.schlaich |
---|
11 | description Python package for predictive modeling |
---|
12 | long_description \ |
---|
13 | mlpy is a high-performance Python package for predictive modeling. \ |
---|
14 | It makes extensive use of NumPy (http://scipy.org) to provide fast \ |
---|
15 | N-dimensional array manipulation and easy integration of C code. mlpy \ |
---|
16 | provides high level procedures that support, with few lines of code, \ |
---|
17 | the design of rich Data Analysis Protocols (DAPs) for preprocessing, \ |
---|
18 | clustering, predictive classification and feature selection. Methods \ |
---|
19 | are available for feature weighting and ranking, data resampling, \ |
---|
20 | error evaluation and experiment landscaping. The package includes \ |
---|
21 | tools to measure stability in sets of ranked feature lists. |
---|
22 | |
---|
23 | platforms darwin |
---|
24 | |
---|
25 | homepage https://mlpy.fbk.eu/ |
---|
26 | master_sites https://mlpy.fbk.eu/download/src/ \ |
---|
27 | |
---|
28 | distname MLPY-${version} |
---|
29 | |
---|
30 | checksums sha1 6783f96f28d31adac65c8135631231f2bc1e0210 \ |
---|
31 | rmd160 80d37e3ebb0c23c5d6a329721c526c4c18a74aac |
---|
32 | |
---|
33 | depends_lib-append port:gsl port:py27-cython port:py27-numpy |
---|
34 | depends_build-append port:py27-distribute |
---|
35 | |
---|
36 | patchfiles patch-setup.py.diff |
---|