Created
July 9, 2014 05:39
-
-
Save ajtulloch/8733800dc980a472de2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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