View source: R/DataGenerators.R
make_generator_from_dataframe | R Documentation |
Creates a Python Class that internally iterates over the data.
make_generator_from_dataframe( dt, x_cols = NULL, y_cols, x_transform = NULL, y_transform = NULL, generator = keras::image_data_generator(), batch_size = 32L, shuffle = TRUE, seed = 1L, y_cols_to_categorical = TRUE, subset = NULL, ignore_class_split = FALSE )
dt |
|
x_cols |
|
y_cols |
|
x_transform |
|
y_transform |
|
generator |
|
batch_size |
|
shuffle |
|
seed |
|
y_cols_to_categorical |
|
subset |
|
ignore_class_split |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.