summaryrefslogtreecommitdiff
path: root/lib/validation_db.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
2011-12-13add filtering of validation reportsmguetlein
2011-12-07add computation of classification prediciton probabilitiesmguetlein
2011-08-18add npv calculation, add ppv (renamed from precision) and npv to important cl...mguetlein
2011-08-18fix ROC stuff, rename weighted_auc to average_aucmguetlein
2011-06-30adding confidence-weighted regression statsmguetlein
2011-05-26implemented loo crossvalidationmguetlein
2011-05-10set date when creating validations/crossvalidtions/reportsmguetlein
2011-05-03switch from datamapper/mysql to redis (sqlite for qmrf)mguetlein
2011-03-03Merge remote branch 'mguetlein/test' into developmentChristoph Helma
2011-03-03Merge branch 'development' of github.com:helma/opentox-validation into develo...Christoph Helma
2011-02-23extend limit to 512 from 255, plus minor fixmguetlein
2011-02-07add a&a to qmrf reportsmguetlein
2011-02-03adding weighted_accuracy, change accuracy computation, some minor changesmguetlein
2011-01-19aa suport, rdf supportmguetlein
2011-01-13adjust to new wrapper, replace activerecord with datamapper (remove activerec...mguetlein
2010-11-30fix validation_type for examplemguetlein
2010-11-30fix validation_type for examplemguetlein
2010-11-26huge commit, main changes: validation_type and .finished introduced, supporti...mguetlein
2010-08-02improve search facilites to enable rdf-format propertiesmguetlein
2010-07-28remove rdf_provider to use rewritten owl.rb in wrappermguetlein
2010-07-20@@config -> CONFIGChristoph Helma
2010-07-13fixed r-square, added validated_datasets (to example page as well)mguetlein
2010-06-25reorganized requires, added install_gems to Rakefile, text/x-yaml to applicat...mguetlein
2010-06-09report persistance, modify val persistance (serialize hashes, rename uri)mguetlein
2010-06-07add regression plot, rescue not found errors, ..mguetlein
2010-06-02replacing datamapper with activerecord for validation objectsmguetlein
2010-05-26reomve require dm-coremguetlein
2010-04-19added nightly reportMartin Gütlein
2010-04-14removing class feature in test-datsets, introduced test_class_datasetMartin Gütlein
2010-03-30mostly munich changesMartin Gütlein
2010-03-29add target variance to regression statsMartin Gütlein
2010-03-23added predictedValues feature, some report changes (true feature prediction c...Martin 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-17adjust to api changes, added tasksMartin Gütlein
2010-01-14some commenting, reordering, creating examples without restclientMartin Gütlein
2010-01-13added respective content_type/s to all rest callsMartin Gütlein
2010-01-13replace sqlite with configurable dbMartin Gütlein
2010-01-07* replace load with require (to avoid loading resources twice)Martin Gütlein
2009-12-14added support for non-binary classificationMartin Gütlein
2009-11-24add prediction_feature paramMartin Gütlein
2009-11-13merged reports into this repMartin Gütlein