summaryrefslogtreecommitdiff
path: root/report/plot_factory.rb
AgeCommit message (Collapse)Author
2012-03-26add concordance correlation coefficient, adjust feature value plottingmguetlein
2012-01-31adapt validation to r-util (split), add new r plotsmguetlein
2011-12-13add filtering of validation reportsmguetlein
2011-11-25add r-square plot, fix prediction updating, add weighted ↵mguetlein
sample-correlation-coefficient
2011-08-18add confidence plots for various classification statsmguetlein
2011-08-18fix ROC stuff, rename weighted_auc to average_aucmguetlein
2011-07-12minor fix for new regression plotting: dont count nil values as omitted valuemguetlein
2011-07-12regression plot in 2 different scalesmguetlein
2011-06-17fix chart keys (removing 'default', adding crossvalidation fold)mguetlein
2011-05-25fix: bar-plot format changed from svg to pngmguetlein
2011-05-24adjust to ruby-plot version 0.5, simplification + support for various max ↵mguetlein
youden-index points
2011-05-23fix for plot-zoom featuremguetlein
2011-05-23new feature: zoom into plots; (png-)plots in reports link to identical svg-plotsmguetlein
2011-05-19extended validation report plotting:mguetlein
* roc plot for predictions * confidence plots for class-values * aligned roc plots and confidence plots * added confidence label into roc plots
2011-05-18new feature: algorithm comparison reportmguetlein
2011-05-17crossvalidation statistics fix: compute cv-statistics with cv-predictions ↵mguetlein
instead of averaging cv-validation-statistics
2011-05-16add confidence plotsmguetlein
2011-05-12rescue non-runtime error when plotting, more sensible error msg when no ↵mguetlein
predictions for regression plot
2011-05-12move to ruby-plot 0.0.3, use png instead of svg, use ?media for compound imagesmguetlein
2010-11-26huge commit, main changes: validation_type and .finished introduced, ↵mguetlein
supporting subtasks, reporting slightly refactored
2010-06-07add regression plot, rescue not found errors, ..mguetlein
2010-05-18some report design changes, reload when creating validationmguetlein
2010-05-07fix feature encoding, add comparables report to nightlymguetlein
2010-03-30mostly munich changesMartin Gütlein
2010-03-23added predictedValues feature, some report changes (true feature prediction ↵Martin Gütlein
class), some hacks to validate IDEA/AMBIT
2010-03-08fixed: percent float instead of int, sum of number counts for cvMartin Gütlein
2010-03-02cv statistics, ie accept header hack, alg comp reportMartin Gütlein
2010-02-26 replacing r bar plot with ruby-plot gemMartin Gütlein
2010-02-23disable validation logger init, add new roc plot functionalityMartin Gütlein
2009-11-26fixed variance calculation, added ranking plots for compare algs on multiple ↵Martin Gütlein
datasets, ..