Releases: mwelz/GenericML
Releases · mwelz/GenericML
GenericML 0.2.2
Released on CRAN on June 18, 2022. Changes to the previous version (0.2.1) are listed below.
- Added class structure for accessor function objects
- Ensured consistency in documentation.
- Added new function,
heterogeneity_CLAN(), that investigates the presence of treatment effect heterogeneity along all CLAN variables. - Added function
get_best()that returns the best learner. - Changed behavior of
get_CLAN()to not plot ATE estimates whenplot = TRUE.
GenericML 0.2.1
Released on CRAN on May 12, 2022. Changes to the previous version (0.2.0) are listed below.
- Replaced
isa()withinherits()to avoid reliance onR >= 4.1. - Changed default in
parallelargument inGenericMLtoFALSE.
GenericML 0.2.0
Released on CRAN on May 6, 2022. Changes to the previous version (0.1.1) are listed below.
- Parallel computing is now also supported on Windows.
- Added a method
setup_plot()that returns the data frame that is used for plotting. Also, made the addition of ATEs in plots optional via the argumentATEinplot.GenericML(). - Added a function
GenericML_combine, which combines multipleGenericMLobjects into one. - Implemented stratified sampling for sample splitting.
- Replaced
1:length(x)-like loops with saferseq()-based counterparts. - Replaced
if()conditions comparingclass()to string with the saferisa().
GenericML 0.1.1
Released on CRAN on December 7, 2021. Changes to the previous version (0.1.0) are listed below.
- Fixed a few typos in the documentation.
- Added conditions so that learners based on the package
glmnetin the tests and examples will be skipped on Solaris machines. Note that this does not prevent an error on Solaris because glmnet is still aSuggestofGenericMLandglmnetv4.1.3 cannot be reliably installed on Solaris machines.
GenericML 0.1.0
Initial release on CRAN (Nov. 24, 2021).