Transform a dataset with delimted text lines into a dataset with named columns
dataset_decode_delim(dataset, record_spec, parallel_records = NULL)Dataset containing delimited text lines (e.g. a CSV)
Specification of column names and types (see delim_record_spec()).
(Optional) An integer, representing the number of records to decode in parallel. If not specified, records will be processed sequentially.
Other dataset methods: dataset_batch,
dataset_cache,
dataset_concatenate,
dataset_filter,
dataset_interleave,
dataset_map_and_batch,
dataset_map,
dataset_padded_batch,
dataset_prefetch_to_device,
dataset_prefetch,
dataset_repeat,
dataset_shuffle_and_repeat,
dataset_shuffle,
dataset_skip, dataset_take