CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Plotting learning curves #227

Open kordjamshidi opened 8 years ago

kordjamshidi commented 8 years ago

@sameersingh I see you have a Scala library for plotting, should we use that for plotting in Saul?

kordjamshidi commented 8 years ago

Do we have code for plotting in LBJava? @danyaljj

danyaljj commented 8 years ago

Do we have code for plotting in LBJava? @danyaljj

No.

kordjamshidi commented 8 years ago

I think gnuplot is good, I was trying to use @sameersingh 's repository in scala which interfaces gnuplot, but I wonder whether this is restricted to gnuplot version 4.xx? It seems, the output for PNG format can not be read by gnuplot 5 that I have on my Mac. Or maybe the error is due to something other than the version.

danyaljj commented 8 years ago

Have the option of dumping the learning curve ...

kordjamshidi commented 8 years ago

This has been long ago, any thoughts about this? @danyaljj @bhargav @Rahgooy? Should we start by writing to dot files?

kordjamshidi commented 8 years ago

I vote that we just use breeze/breeze-viz as a dependency, it is very nice.