Lists the core packages necessary to run all potential modeling algorithms.
See also
Other Utility:
check_duplicate_rows(),
create_splits(),
create_workflow_set(),
fast_classification_parsnip_spec_tbl(),
fast_regression_parsnip_spec_tbl(),
full_internal_make_wflw(),
install_deps(),
load_deps(),
match_args(),
quantile_normalize()
Examples
core_packages()
#> [1] "multilevelmod" "rules" "poissonreg" "censored"
#> [5] "baguette" "bonsai" "brulee" "rstanarm"
#> [9] "dbarts" "kknn" "ranger" "randomForest"
#> [13] "LiblineaR" "flexsurv" "gee" "glmnet"
#> [17] "discrim" "klaR" "kernlab" "mda"
#> [21] "sda" "sparsediscrim" "liquidSVM"
