| process_x_sequential | R Documentation |
Preprocesses predictor data (x) into a format suitable for Keras models.
Handles both tabular data and list-columns of arrays (e.g., for images).
process_x_sequential(x)
x |
A data frame or matrix of predictors. |
A list containing:
x_proc: The processed predictor data (matrix or array).
input_shape: The determined input shape for the Keras model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.