Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

MLPack - popular machine learning library #106

Open
solvingj opened this issue Jan 18, 2018 · 1 comment
Open

MLPack - popular machine learning library #106

solvingj opened this issue Jan 18, 2018 · 1 comment

Comments

@solvingj
Copy link

https://github.com/mlpack/mlpack

Non-trivial to build. depends on boost, also armadillo for which there is no package currently.

@darcamo
Copy link

darcamo commented Aug 30, 2018

I have created conan recipes for several libraries I use, such as armadillo, openblas, hdf5, etc.
I just created one for mlpack in order for a colleague to use.

Run the command

conan remote add darcamo-bintray https://api.bintray.com/conan/darcamo/cppsim

in order to try it, if you are interested. Then you can add "mlpack/3.0.3@darcamo/stable" to the requirements in your conanfile.

Disclaimer: I created these recipes in order for the research group where I work to start using conan. I can't guaranteed they will work for you. Bu I do generate the binaries using four different docker images (two based on ubuntu for gcc7 and clang5 and two based on arch linux for gcc8 and clang6) and thus they are not tied with my particular system.

All recipe codes in this bintray repository are published in github as
https://github.com/darcamo/conan-mlpack/<LIBRARY_NAME>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants