modelenv

Codecov test coverage R-CMD-check

modelenv is a developer focused package designed to provide tools to register models much in the same as is done in parsnip. This package does not replace parsnip’s registration functions, but will be used in tidyclust and future non-parsnip modeling packages to avoid complex dependencies.

Installation

You can install the released version of modelenv from CRAN with:

install.packages("modelenv")

And the development version from GitHub with:

# install.packages("pak")
pak::pak("tidymodels/modelenv")

Learn more

These functions have near identical interfaces to their parsnip equivalent, see tidymodels.org - How to build a parsnip model for instructions of how to use these functions.