Profiler output, benchmark standard deviation and other goodies in scikit-learn-speed

Category: scikit-learn
#gsoc #memory_profiler #scikit-learn-speed #vbench #benchmarking #python #scikit-learn

This post is about the scikit-learnbenchmarking project that I am working on, called scikit-learn-speed. This is a continuous benchmarking suite that runs and generates HTML reports using Wes McKinney’s vbench framework, to which I had to make some (useful, I hope) additions.

What it looks like now

You …