func_categorical_preds: OPTION to convert categorical features TO either numeric [ if...

View source: R/utils.R

func_categorical_predsR Documentation

OPTION to convert categorical features TO either numeric [ if levels more than 32] OR to dummy variables [ if levels less than 32 ]

Description

OPTION to convert categorical features TO either numeric [ if levels more than 32] OR to dummy variables [ if levels less than 32 ]

Usage

func_categorical_preds(prepr_categ)

KernelKnn documentation built on Jan. 7, 2023, 1:18 a.m.