summaryrefslogtreecommitdiff
path: root/report/report_factory.rb
AgeCommit message (Expand)Author
2012-04-02new stratified type super added to crossvalidation and traning-test-split val...mguetlein
2012-03-26add concordance correlation coefficient, adjust feature value plottingmguetlein
2012-03-22fix loo-report-build: make sure values are intmguetlein
2012-03-14fix 'skip results in loocv-reports'mguetlein
2012-03-13skip results in loocv-reportsmguetlein
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 sample-correlation-c...mguetlein
2011-08-18add ppv and npv to bar plot, remove debug outputmguetlein
2011-08-18add npv calculation, add ppv (renamed from precision) and npv to important cl...mguetlein
2011-08-18add confidence plots for various classification statsmguetlein
2011-08-18fix ROC stuff [2]mguetlein
2011-08-18fix ROC stuff, rename weighted_auc to average_aucmguetlein
2011-07-13added correlation coefficient to regression reportsmguetlein
2011-07-01small bugifx in building error msgmguetlein
2011-07-01add control of t-tests to algorihtm-comparison reportsmguetlein
2011-06-30adding confidence-weighted regression statsmguetlein
2011-05-19extended validation report plotting:mguetlein
2011-05-18new feature: algorithm comparison reportmguetlein
2011-05-16add confidence plotsmguetlein
2011-05-03switch from datamapper/mysql to redis (sqlite for qmrf)mguetlein
2011-02-04add num unpredicted to reportmguetlein
2011-02-03adding weighted_accuracy, change accuracy computation, some minor changesmguetlein
2011-01-26adjust to new A&A for GET, remove old Report-Errorreportingmguetlein
2011-01-13adjust to new wrapper, replace activerecord with datamapper (remove activerec...mguetlein
2010-12-13minor changes on reportingmguetlein
2010-12-09add significance tests to reports, some more report modificationsmguetlein
2010-11-26huge commit, main changes: validation_type and .finished introduced, supporti...mguetlein
2010-10-06add text/html support, remove delete disabling, add new line to uri-list returnsmguetlein
2010-08-24remove cv regr plot for nowmguetlein
2010-08-18first version reach reportingmguetlein
2010-08-04add new /predictions funcionalitymguetlein
2010-07-12completing regression/statistics fixmguetlein
2010-07-05qmrf stup for editormguetlein
2010-06-07add regression plot, rescue not found errors, ..mguetlein
2010-05-18some report design changes, reload when creating validationmguetlein
2010-05-14extend error msgmguetlein
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 c...Martin Gütlein
2010-03-09some cv report modificationsMartin Gütlein
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
2010-01-15minor changes, simply validation access initializationMartin Gütlein
2010-01-12added report examples and example tests, new module ValidationMartin Gütlein
2010-01-11adjusted reporting to recent api changesMartin Gütlein
2010-01-07* replace load with require (to avoid loading resources twice)Martin Gütlein
2009-12-15add basic regression supportMartin Gütlein