View source: R/data_generator.R
Create train / validation data generators from a task and params
1 2 3 4 5 6 7 8 9 | make_munge_generators(
task,
x_transform,
y_transform,
validation_split = 1/3,
batch_size = 128L,
seed = NULL,
...
)
|
task |
['Task'] |
x_transform |
['function'] |
y_transform |
['function'] |
validation_split |
['numeric'] |
batch_size |
['integer'] |
... |
'any' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.