Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dataloaders

Dataloaders from dls object


Description

Create a 'DataLoaders' object from 'source'

Usage

dataloaders(object, ...)

Arguments

object

model

...

additional parameters to pass

Examples

## 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)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.