Source: mlpy Maintainer: Debian Science Maintainers Uploaders: Yaroslav Halchenko , Michael Hanke Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, libgsl-dev, cython3, python3-all-dev, python3-numpy, python3-sphinx, python3-scipy , tex-gyre, texlive, texlive-latex-extra, latexmk, help2man Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/science-team/mlpy Vcs-Git: https://salsa.debian.org/science-team/mlpy.git Homepage: https://mlpy.fbk.eu/ Rules-Requires-Root: no Package: python3-mlpy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3, python3-numpy, python3-scipy, python3-mlpy-lib (>= ${source:Version}) Suggests: python3-mvpa Provides: ${python3:Provides} Description: high-performance Python package for predictive modeling 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. . mlpy includes: SVM (Support Vector Machine), KNN (K Nearest Neighbor), FDA, SRDA, PDA, DLDA (Fisher, Spectral Regression, Penalized, Diagonal Linear Discriminant Analysis) for classification and feature weighting, I-RELIEF, DWT and FSSun for feature weighting, RFE (Recursive Feature Elimination) and RFS (Recursive Forward Selection) for feature ranking, DWT, UWT, CWT (Discrete, Undecimated, Continuous Wavelet Transform), KNN imputing, DTW (Dynamic Time Warping), Hierarchical Clustering, k-medoids, Resampling Methods, Metric Functions, Canberra indicators. Package: python-mlpy-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery, libjs-underscore Suggests: python3-mlpy Multi-Arch: foreign Description: documentation and examples for mlpy 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. . This package provides user documentation for mlpy in various formats (HTML, PDF). Package: python3-mlpy-lib Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, python3-numpy Provides: ${python3:Provides} Multi-Arch: same Description: low-level implementations and bindings for mlpy 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. . This is an add-on package for the mlpy providing compiled core functionality.