summaryrefslogtreecommitdiff
path: root/report
AgeCommit message (Expand)Author
2014-10-31add new binning plot for accuracy-confidence plot (this is to visualize how t...mguetlein
2014-10-31remove log messagesmguetlein
2014-10-31add new binning plot for accuracy-confidence plot (this is to visualize how t...mguetlein
2014-10-31remove log messagesmguetlein
2014-10-30add skip-fold for faster partial loo-cv and filtering of predictionsmguetlein
2014-10-30move plottingmguetlein
2014-10-21fix image issues in reportingmguetlein
2014-10-21improve predictions table in validation_report: add boxplot, make sortable, j...mguetlein
2014-03-18add readmesmguetlein
2013-09-06enabling validation by requiring server and using OpenTox::Applicaiton, remov...mguetlein
2013-09-05fix validation aa error: remove unnecessary subjectidmguetlein
2013-08-09adjust validation to ruby2.0 and to client-API changesmguetlein
2013-07-16subjectid handled by RestClientWrapperChristoph Helma
2013-07-04Algorithm::Generic and Model::Generic classes.Christoph Helma
2013-03-27validation tests okChristoph Helma
2013-03-26initial adjustments for refactored versionChristoph Helma
2013-02-12url_for removed, dependencies in validation.gemspecChristoph Helma
2013-02-04replace old error raising with new commandsmguetlein
2013-02-04a lot of adjustments to new archmguetlein
2012-12-06first step towards new architecture (4store)martin
2012-04-24add redis index to algorihtm_uris, fix stratified cv r-util import, explictly...mguetlein
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
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 sample-correlation-c...mguetlein
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 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-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