All Projects → scikit-learn → ml-benchmarks

scikit-learn / ml-benchmarks

Licence: other
Benchmarks for various machine learning packages

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Benchmarks for various machine learning packages

Collection of benchmarks comparing various python-based machine learning packages.

This is meant to work with the development version of the libraries scikits.learn, mlpy, pybrain, pymvpa, mdp and shogun. It might be hard to get all packages working on the same machine, but benchmarks are designed so that if something fail it will just print the exception and go to the next one.

To execute a benchmark, just type from the prompt:

$ python benchmarks/bench_$name.py

and you will se as output the mean and std deviation for the timing of running the benchmark 10 times with its extreme values removed.

Results

The latest maintained results of these benchmarks can be found on http://scikit-learn.github.com/ml-benchmarks/

Others results of running these benchmarks on different boxes and with different software versions can be found on:

They differ because they are run with different versions of the packages, and different compilation settings (e.g. linear algebra packs).

References

Misc

Author: Fabian Pedregosa <[email protected]>

License: Simplified BSD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].