# So, a simple example where we want to encode 1st and 3rd feature from
# dataset "X" into "X_output" would be
if (FALSE) {
output <- preprocess_one_hot_encoding(input=X, dimensions=1, dimensions=3)
X_ouput <- output$output
}
Run the code above in your browser using DataLab