benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Machine Learning Benchmark Scripts

Results 26 benchmarks issues
Sort by recently updated
recently updated
newest added

Hi, I was thinking of adding some features & simplifying the benchmarking tool into a single line usage command line interface. **For example:** 1. ‘mlpack-benchmark -ann -mlpack -github=#1123123’ 2. ‘mlpack-benchmark...

I get this error when I run `make run` ```` /usr/bin/python3 run.py -c test.yaml -s "" -o "INFO" run.py:35: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader...

Hi @zoq and @rcurtin , pardon me for contributing to this repository after a long break. So, the last time we talked about benchmarking memory usage of the machine learning...

enhancement

@zoq @rcurtin I felt that this is a fantastic project where people can find which ml-toolkits are better for certain algorithms, and where the toolkits can improve themselves. So, I...

enhancement

The homepage appears to be missing many files required for the rendering of benchmarks. Example 404s as of December 28, 2019: https://www.mlpack.org/js/benchmarks/historical-comparison-view.js https://www.mlpack.org/css/d3-style.css Related: is there a way to use...

question

The build fails and stops on a vanilla Fedora 28 install: > git clone https://github.com/mlpack/benchmarks.git > cd benchmarks > make which: no python3.3 in (/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin) Everything works after deleting the...

This is a first Dockerfile that aims to make the system more portable and easier to be run, addressing #133. The Docker file is structured such that - The image...

According to `config.yaml`, `mlpack` and `shogun` seem to have configuration for the DTC task. However, the benchmark webpage seems to have only `scikit`'s results. Is it possible that the current...

Hi, I've been trying to set up `benchmarks` in my laptop, but unfortunately I got several errors and ended up running install scripts one by one. Currently, I'm trying to...

Benchmarking scripts for Mlpack, Shogun & Matlab's LMNN.