Skip to content

Instantly share code, notes, and snippets.

@ajtulloch
Created July 9, 2014 05:39
Show Gist options
  • Save ajtulloch/8733800dc980a472de2d to your computer and use it in GitHub Desktop.
Save ajtulloch/8733800dc980a472de2d to your computer and use it in GitHub Desktop.
Welcome to the Emacs shell
~/Code/scikit-learn $ python benchmarks/bench_isotonic.py --log_min_problem_size=2 --log_max_problem_size=6 --dataset=logistic --iterations=10 | gnuplot -e "set terminal dumb; set logscale xy; plot '<cat' title 'performance'"
10 ++-----+--+--+-+-+-++++------+--+--+-+-+-++++------+--+--+-+-+-++++
+ + + performance A +
| |
+ A
1 ++ ++
+ +
+ +
| |
0.1 ++ ++
+ +
+ A +
0.01 ++ ++
+ +
+ +
+ +
0.001 ++ A ++
+ +
A |
+ + + +
0.0001 ++-----+--+--+-+-+-++++------+--+--+-+-+-++++------+--+--+-+-+-++++
100 1000 10000 100000
~/Code/scikit-learn $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment