Register ModelsThese functions are used together to register all the different types of information that is needed for them to be used in their respective tidymodels packages. |
|
|---|---|
Register New Model |
|
Register Mode for Model |
|
Register Engine for Model |
|
Register Dependency for Model |
|
Register Argument for Model |
|
Register Fit method for Model |
|
Register Encoding Options for Model |
|
Register Prediction Method for Model |
|
Developer FunctionsThis set of functions can be useful inside modeling infrastructure to perform checking that the models, modes, and engines align. |
|
Error handling for incompatible modes |
|
Error handling for unknown mode |
|
Give object unsupervised specification class |
|
Determine object is has class unsupervised_spec |
|
Give object unsupervised fit class |
|
Determine object is has class unsupervised_fit |
|
Model Environmentmodelenv provides an environment which is used to store the registered models. These functions is how to access the underlying environment. |
|
Working with the modelenv model environment |
|