summaryrefslogtreecommitdiff
path: root/lib/predictions.rb
AgeCommit message (Collapse)Author
2012-04-24Creating R image commented out.Andreas Maunz
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-11-25add r-square plot, fix prediction updating, add weighted ↵mguetlein
sample-correlation-coefficient
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, rename weighted_auc to average_aucmguetlein
2011-07-18resuce correlation coeffiction computation errorsmguetlein
2011-07-13fix valid prediction values check for regression validationmguetlein
2011-07-12fixed sqrt domain error in regression validation, added check for NaN and ↵mguetlein
Infinity
2011-07-06fix error when making regression validations w/o confidencemguetlein
2011-06-30adding confidence-weighted regression statsmguetlein
2011-05-27remove hack to determine prediction featuremguetlein
2011-05-24rewrite: adjust to new prediction dataset format from lazar, read confidence ↵mguetlein
from ambit algorithms
2011-05-24fix r-square computationmguetlein
2011-05-18new feature: algorithm comparison reportmguetlein
2011-05-16add confidence plotsmguetlein
2011-05-16fix mean_absolute_error computationmguetlein
2011-05-06validation utilizes/requires acceptValue for classificationmguetlein
2011-02-03adding weighted_accuracy, change accuracy computation, some minor changesmguetlein
2011-01-13adjust to new wrapper, replace activerecord with datamapper (remove ↵mguetlein
activerecord code), is_classification to feature_type
2010-11-26huge commit, main changes: validation_type and .finished introduced, ↵mguetlein
supporting subtasks, reporting slightly refactored
2010-07-28remove rdf_provider to use rewritten owl.rb in wrappermguetlein
2010-07-13fixed r-square, added validated_datasets (to example page as well)mguetlein
2010-06-07add regression plot, rescue not found errors, ..mguetlein
2010-03-29add target variance to regression statsMartin Gütlein
2010-03-23added predictedValues feature, some report changes (true feature prediction ↵Martin Gütlein
class), some hacks to validate IDEA/AMBIT
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-02-17adjust to api changes, added tasksMartin Gütlein
2010-01-14some commenting, reordering, creating examples without restclientMartin Gütlein
2010-01-13replace sqlite with configurable dbMartin Gütlein
2010-01-11adjusted reporting to recent api changesMartin Gütlein
2010-01-08removed suburi-prefix validation (to avoid name server/validation/validation)Martin Gütlein
print warning when R_HOME is missing instead of raising error
2010-01-07* replace load with require (to avoid loading resources twice)Martin Gütlein
* adjust to new api * move validation constants from wrapper to lib in validation * accept header parsing in validation * rdf-support in validation
2009-12-15add basic regression supportMartin Gütlein
2009-12-14added support for non-binary classificationMartin Gütlein