dataloaders | R Documentation |
Create a 'DataLoaders' object from 'source'
dataloaders(object, ...)
object |
model |
... |
additional parameters to pass |
## Not run:
dls = TabularDataTable(df, procs, cat_names, cont_names,
y_names = dep_var, splits = list(tr_idx, ts_idx) ) %>%
dataloaders(bs = 50)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.