catto_loo: Leave-one-out encoding

View source: R/loo.R

catto_looR Documentation

Leave-one-out encoding

Description

Leave-one-out encoding

Usage

catto_loo(train, ..., response = NULL, test = NULL, verbose = TRUE)

Arguments

train

The training data, in a data.frame or tibble.

...

The columns to be encoded. If none are specified, then all character and factor columns are encoded.

response

The response variable used to calculate means.

test

The test data, in a data.frame or tibble.

verbose

Should informative messages be printed? Defaults to TRUE.

Value

The encoded dataset in a cattonum_df if no test dataset was provided, and the encoded datasets in a cattonum_df2 otherwise.

Examples

catto_loo(iris, response = Sepal.Length)

bfgray3/cattonum documentation built on Nov. 6, 2022, 11:33 a.m.