binary_encoder: binary_encoder

Description Usage Arguments

View source: R/binary_encoder.R

Description

Wrapper function that makes binary encoding of a large number of columns easy

Usage

1
binary_encoder(df, features, nbits = 32)

Arguments

df

A data.frame or coercible object that contains the features to be encoded

features

A list of names that represent the features to be encoded

nbits

How many bits should be encode the information (32 is a good number ;))


gm209/gmtools documentation built on May 22, 2019, 2:39 p.m.