This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.
Benchmark suite for scikit-learn performances using airspeed velocity.
To get started,
- install miniconda and make sure that the conda command is in your path:
export PATH=${HOME}/miniconda/bin:${PATH} - install asv via pip
- clone and move to this repository `git clone https://github.com/jeremiedbb/scikit-learn_benchmarks.git
- then run
asv run(see the docs to change the environments config or run only selected benchmarks) - to publish the results in html format, run
asv publishandasv preview