summaryrefslogtreecommitdiff
path: root/report
AgeCommit message (Collapse)Author
2012-04-24add redis index to algorihtm_uris, fix stratified cv r-util import, ↵mguetlein
explictly add self to access algorithm_params
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-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
2012-01-05fix: make sure subjectid is set in merged validation for comparison reportmguetlein
2012-01-03add missing subjectid when loading validation for reportsmguetlein
2011-12-13add filtering of validation reportsmguetlein
2011-11-30Updated ruby-plot version to 0.6.0davor
2011-11-25add r-square plot, fix prediction updating, add weighted ↵mguetlein
sample-correlation-coefficient
2011-11-23enable reporting with external validationsmguetlein
2011-08-18adding tttestable attributes listmguetlein
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 ↵mguetlein
classificaiton stats
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-12minor fix for new regression plotting: dont count nil values as omitted valuemguetlein
2011-07-12regression plot in 2 different scalesmguetlein
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-06-17fix chart keys (removing 'default', adding crossvalidation fold)mguetlein
2011-06-17report stylesheet moved from ortona to validation servicemguetlein
2011-06-17Merge branch 'development' of github.com:opentox/validation into developmentmguetlein
2011-06-16add post formsmguetlein
2011-06-15clean merge with hotfixmr
2011-06-15hotfix close Rmr
2011-06-06halts (partially) substituted by OpenTox errorsChristoph Helma
2011-05-31quit r instance after statistical test, will hopefully solve timeout problemmguetlein
2011-05-27remove hack to determine prediction featuremguetlein
2011-05-26A&A reporting fixmguetlein
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-26use accept_values method instead of accessing metadata directlymguetlein
2011-05-25fix: bar-plot format changed from svg to pngmguetlein
2011-05-25replace +- in reports with corresponding html-charmguetlein
2011-05-24adjust to ruby-plot version 0.5, simplification + support for various max ↵mguetlein
youden-index points
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-20handle confidence nil values, and fix prediction confidence sorting, ↵mguetlein
improved prediction table
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-13reduce ruby-plot dependency to pessimistic version vonstraint (~>)mguetlein