set output "nb_comparison.ps"
set term postscript color
set size 0.5,0.5
set xlabel "naive bayes loss"
set ylabel "probing loss"
set key bottom box
set title "Comparison of Probing and Naive Bayes"
plot [0:1.5] [0:1] x title "equality", "probing_nb" using 3:7 title "cross entropy" ps 2, "probing_nb" using 4:8 title "squared error" ps 2
