NEWS
CrossValidate 2.3.0 (2017-07-27)
UPDATES
- Removed use of deprecated or discouraged parts of S4 classes.
CHANGES
- Added an exta argument to the CrossValidate constructor to
include a feature selection algorithm within the loop.
- Fleshed out the manual pages
- Added a vignette
BUG FIXES
- Fixed a problem with the CrossValSummary class that caused it
to misbehave when used in the context of something like lapply.
CrossValidate 2.2.0
ADMINISTRATIVE
- Changed LICENSE to Apache 2.0
CrossValidate 2.0.1
BUG FIXES
- Changed the name of the package to avoid conflict with an
existing CRAN project (using different case).
- Made compatible with new R check steps that verify DESCRIPTION
and NAMESPACE dependencies.
CrossValidate 2.0.0
PACKAGING
- Separated the model learning-predicting code from the
cross-validation code.
CrossValidate 1.0.1
BUG FIXES
CrossValidate 1.0.0
NEW FEATURES
- Brand new packaging: split out from the ClassPrediction
package, which is being restructured as a poor man's bundle
(i.e., no code, just some "depends" rules).