benchmarks
benchmarks copied to clipboard
Machine Learning Benchmark Scripts
I thought I've installed all the prequesites but when running `make setup`: ``` [...] byte-compiling ..//lib/python3.5/site-packages/mlpy/da.py to da.cpython-35.pyc writing byte-compilation script '/tmp/tmp0e99ak1r.py' /home/gut/venv/bin/python3 -OO /tmp/tmp0e99ak1r.py removing /tmp/tmp0e99ak1r.py running install_egg_info Writing...
On [shogun install file](https://github.com/mlpack/benchmarks/blob/cc0bf96eb0d7a77fd56baf1c501b48d63a1a5b16/libraries/shogun_install.sh#L31 ), when the user is using, e.g: virtualenv, this kind of CMAKE configuration will override the users configuration for python environment. Is it really necessary? In...
@rcurtin @zoq This is regarding Issue (#42). I need some pointers on which piece of code to look for if I want to include the information returned by the dictionary...
Ideally a user who is looking at the benchmark results should be able to determine what version of each library was used for benchmarking. This might be as easy as...
Hi, whenever I try to run make run BLOCK=mlpack METHODBLOCK=KMEANS or anyother benchmark, I get the following types of errors /usr/bin/python3 benchmark/run_benchmark.py -c config.yaml -b mlpack -l False -u False...