Adds Learner functionality (catboost.train()
and catboost.predict()
) from the {catboost} package to {mlr3}.
Install the latest release of the package via
install.packages("mlr3learners.catboost")
by following the instructions in the mlr3learners.drat README.
Alternatively, you can install the latest version of {mlr3learners.catboost} from Github with:
remotes::install_github("mlr3learners/mlr3learners.catboost")