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