summaryrefslogtreecommitdiff
path: root/report/report_content.rb
AgeCommit message (Collapse)Author
2012-05-03Added chem. name / value transformation to report.nestledavor
If mol or mg is given in the feature name the values(actual and predicted) will be transformed.
2012-04-02new stratified type super added to crossvalidation and traning-test-split ↵mguetlein
validation, add some more metadata to crossvaldiation, add validation_uri to predictions in crossvaldiation-report
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-12regression plot in 2 different scalesmguetlein
2011-07-01add control of t-tests to algorihtm-comparison reportsmguetlein
2011-05-31quit r instance after statistical test, will hopefully solve timeout problemmguetlein
2011-05-26fix for last commit: fixes in reports for crossvaldiation with few predictionsmguetlein
2011-05-26fixes in reports for crossvaldiation with few predictionsmguetlein
2011-05-25fix: bar-plot format changed from svg to pngmguetlein
2011-05-24rewrite: adjust to new prediction dataset format from lazar, read confidence ↵mguetlein
from ambit algorithms
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
2011-05-10fix report created-at datemguetlein
2011-05-06validation utilizes/requires acceptValue for classificationmguetlein
2011-01-13adjust to new wrapper, replace activerecord with datamapper (remove ↵mguetlein
activerecord code), is_classification to feature_type
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, ↵mguetlein
supporting subtasks, reporting slightly refactored