Created attachment 193078 [details] init mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms. mlpack provides these algorithms as simple command-line programs, Python bindings, and C++ classes which can then be integrated into larger-scale machine learning solutions. WWW: http://www.mlpack.com/
testbuilds@work
10.4 needs a newer clang, otherwise it fails to build. Building that takes some time. Petted a few portlint complaints.
It builds with clang6. There's an example to use it with python at http://www.mlpack.org/docs/mlpack-3.0.0/doxygen/python_quickstart.html which does not work -- any idea how that could be fixed ?
Committed, thanks!
A commit references this bug: Author: pi Date: Sun May 6 14:35:52 UTC 2018 New revision: 469220 URL: https://svnweb.freebsd.org/changeset/ports/469220 Log: New port: math/mlpack mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms. mlpack provides these algorithms as simple command-line programs, Python bindings, and C++ classes which can then be integrated into larger-scale machine learning solutions. WWW: http://www.mlpack.org/ PR: 228012 Submitted by: robert.ayrapetyan@gmail.com Changes: head/math/Makefile head/math/mlpack/ head/math/mlpack/Makefile head/math/mlpack/distinfo head/math/mlpack/pkg-descr head/math/mlpack/pkg-plist