powered by
One hot encoding of data.frames
onehot(dataset, all = FALSE, df = FALSE)
Dataset to endcode
Extract all factor levels (e.g., for tree-based models)
Return a data.frame (tibble)
head(onehot(diamonds, df = TRUE)) head(onehot(diamonds, all = TRUE, df = TRUE))
Run the code above in your browser using DataLab