Package Details: python-mlpy 3.5.0-1

Git Clone URL: https://aur.archlinux.org/python-mlpy.git (read-only, click to copy)
Package Base: python-mlpy
Description: Machine Learning PYthon (mlpy) is a high-performance Python package for predictive modeling.
Upstream URL: http://mlpy.sourceforge.net/
Licenses: GPL3
Submitter: td123
Maintainer: None
Last Packager: mschu
Votes: 6
Popularity: 0.000000
First Submitted: 2011-12-09 19:22 (UTC)
Last Updated: 2015-06-12 11:08 (UTC)

Latest Comments

micwoj92 commented on 2021-05-04 18:19 (UTC)

It does for download.

mschu commented on 2021-05-04 12:43 (UTC)

https does not resolve on sourceforge

micwoj92 commented on 2021-05-03 21:48 (UTC)

Hello, could you update download to https?

JohnRobson commented on 2019-03-08 04:24 (UTC)

/usr/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it with " \
  ^~~~~~~
mlpy/gsl/gsl.c: In function ‘__pyx_pf_4mlpy_3gsl_2stats_quantile_from_sorted_data’:
mlpy/gsl/gsl.c:921:14: warning: variable ‘__pyx_bshape_0_sorted_data_arr’ set but not used [-Wunused-but-set-variable]
   Py_ssize_t __pyx_bshape_0_sorted_data_arr = 0;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mlpy/gsl/gsl.c:920:14: warning: variable ‘__pyx_bstride_0_sorted_data_arr’ set but not used [-Wunused-but-set-variable]
   Py_ssize_t __pyx_bstride_0_sorted_data_arr = 0;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mlpy/gsl/gsl.c: In function ‘__Pyx_GetException’:
mlpy/gsl/gsl.c:4027:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
mlpy/gsl/gsl.c:4028:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
mlpy/gsl/gsl.c:4029:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?