## codacore 0.0.5
## codacore 0.0.4
- Update vignette.
- Fix title.
 
- Add incremental fit for cts. target.
 
- Minor clarifications.
 
 
- Updated README to reflect CRAN latest.
 
- Add cvParams default values to func documentation.
 
- Add helper funcs 
getNumLogRatios() and
getTidyTable() 
- Add 
getBinaryPartitions function to retrieve SBP-like
representation of learned balances. 
- Allow tibble inputs.
 
## codacore 0.0.3
- Live on CRAN.
 
- Updated readme and vignettes to reflect this.
 
## codacore 0.0.2
- Updated tests.
 
- Updated guide.
- Covariate adjustment
 
- Unsupervised learning
 
- Multi-omics
 
 
- Minor bugfix with glm numerics.
 
- Added numLogRatios param to predict().
 
## codacore 0.0.1
- Fix a bug in lambda-standard-error rule.
- Estimation of cross-validation prediction error was missing a
scaling factor to account for the number of folds.
 
- As a result, models were over-regularized.
 
 
- Update guide.