Package Details: mlpack 4.3.0-1

Git Clone URL: https://aur.archlinux.org/mlpack.git (read-only, click to copy)
Package Base: mlpack
Description: A fast, flexible, scalable C++ machine learning library
Upstream URL: https://mlpack.org
Keywords: c++ go julia learning machine python R
Licenses: custom:BSD-3-Clause
Submitter: jerry73204
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 11
Popularity: 0.000023
First Submitted: 2015-10-29 03:40 (UTC)
Last Updated: 2023-12-03 01:24 (UTC)

Dependencies (18)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

carlos commented on 2017-06-06 16:24 (UTC)

Required https://aur.archlinux.org/packages/libgfortran6/ to build properly. gcc-Version 7.1.1 20170516 (GCC) mlpack 2.2.2-1

jerry73204 commented on 2016-04-13 08:35 (UTC)

I tried building again (on another machine) and it did not get involved in this error. I doubt that it might be environment dependent. I would suggest you report this issue to the mainstream with machine details (OS, CPU, etc) for further help.

acgtyrant commented on 2016-04-13 07:56 (UTC)

I build again, successed, looks like this bug can not reproduce.

acgtyrant commented on 2016-04-13 07:22 (UTC)

Testing failed: Running 582 test cases... [WARN ] 'test_file.csv' is not a standard csv file. [WARN ] 'test_file.csv' is not a standard csv file. [WARN ] L-BFGS line search direction is not a descent direction (terminating)! -2.8482 2.9447 -0.9286 -0.1035 0.1040 0.0015 6.1912 -2.1401 -1.9840 4.9959 4.9196 4.9928 /tmp/yaourt-tmp-acgtyrant/aur-mlpack/src/mlpack-2.0.1/src/mlpack/tests/nmf_test.cpp(96): fatal error: in "NMFTest/NMFRandomDivTest": absolute value of arma::norm(v - wh, "fro") / arma::norm(v, "fro"){0.071118744921277136} exceeds 0.014999999999999999

versusvoid commented on 2016-04-12 06:51 (UTC)

Running 582 test cases... /tmp/yaourt-tmp-versus/aur-mlpack/src/mlpack-2.0.1/src/mlpack/tests/hoeffding_tree_test.cpp(991): fatal error: in "HoeffdingTreeTest/BatchTrainingTest": critical check batchCorrect > streamCorrect has failed [9914 <= 9914] I guess it's the library's bug. For now I simply disabled test execution in PKGBUILD.

jerry73204 commented on 2016-04-12 04:15 (UTC)

To versusvoid: I've uploaded a patch for this issue. Please notify me if it still failed to build the package.

jerry73204 commented on 2016-04-11 17:19 (UTC)

To versusvoid: After I apply the patch, I found it builds and passes with warnings with gcc 5.3.0. What error message did you encounter?

versusvoid commented on 2016-04-11 13:24 (UTC)

Build fails on gcc 5.3.0. This commit (https://github.com/mlpack/mlpack/commit/c751e61c8e37360c93b664597c189fb984f32de2) fixes the building, yet test fails anyway.