- 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()
andgetTidyTable()
- Add
getBinaryPartitions
function to retrieve SBP-like representation of learned balances. - Allow tibble inputs.
- Live on CRAN.
- Updated readme and vignettes to reflect this.
- Updated tests.
- Updated guide.
- Covariate adjustment
- Unsupervised learning
- Multi-omics
- Minor bugfix with glm numerics.
- Added numLogRatios param to predict().
- 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.