multi_label_binarizer: Multi-label Binarizer

Description Usage Arguments Value

View source: R/multilabel_binarizer.R

Description

Multi-label Binarizer

Usage

1
2
3
multi_label_binarizer(data, feature, sep = "#", as_integer = FALSE)

multi_label_binariser(data, feature, sep = "#", as_integer = FALSE)

Arguments

data

Input data frame

feature

Unquoted form of the feature/column to encode

sep

Inner separator of the labels

as_integer

Whether the boolean should be converted to integer or not

Value

Data frame with additional feature columns


aldomann/encoder documentation built on May 12, 2020, 7:04 p.m.