View source: R/blueprint-epi_recipe-default.R
new_epi_recipe_blueprint | R Documentation |
epi_df
panel dataUsed for simplicity. See hardhat::new_recipe_blueprint()
or
hardhat::default_recipe_blueprint()
for more details.
new_epi_recipe_blueprint(
intercept = FALSE,
allow_novel_levels = FALSE,
fresh = TRUE,
composition = "tibble",
ptypes = NULL,
recipe = NULL,
...,
subclass = character()
)
epi_recipe_blueprint(
intercept = FALSE,
allow_novel_levels = FALSE,
fresh = TRUE,
composition = "tibble"
)
default_epi_recipe_blueprint(
intercept = FALSE,
allow_novel_levels = FALSE,
fresh = TRUE,
composition = "tibble"
)
new_default_epi_recipe_blueprint(
intercept = FALSE,
allow_novel_levels = FALSE,
fresh = TRUE,
composition = "tibble",
ptypes = NULL,
recipe = NULL,
extra_role_ptypes = NULL,
...,
subclass = character()
)
intercept |
A logical. Should an intercept be included in the
processed data? This information is used by the |
allow_novel_levels |
A logical. Should novel factor levels be allowed at
prediction time? This information is used by the |
fresh |
Should already trained operations be re-trained when |
composition |
Either "tibble", "matrix", or "dgCMatrix" for the format of the processed predictors. If "matrix" or "dgCMatrix" are chosen, all of the predictors must be numeric after the preprocessing method has been applied; otherwise an error is thrown. |
ptypes |
Either |
recipe |
Either |
... |
Name-value pairs for additional elements of blueprints that subclass this blueprint. |
subclass |
A character vector. The subclasses of this blueprint. |
extra_role_ptypes |
A named list. The names are the unique non-standard
recipe roles (i.e. everything except |
The bake_dependent_roles
are automatically set to epi_df
defaults.
A recipe blueprint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.