Columnar CSV file
Columnar CSV file
file name path
number of lines to skip, default=1
delimiter, default=','. Other options:
'\t': for tab-delimitd CSVRecordReader.QUOTE_HANDLING_DELIMITER: for records containing quotes with commas in them
quote, default='\"'
batch size, default=128
whether for classification, default=false
label index when classification=true, default=0
label cardinality when classification=true, default=2
whether for regression, default=false
only for regression, the last index (inclusive) for multi-output regression, default=0
dataset iterator
Columnar CSV file
Columnar CSV file
file name path
columm name and types, preserving the order of the input files types: "double", "float", "long", "integer", "string", "categorical" (must provide the value list).
categorical column values
columns to ignore
columns to transform to one-hots
columns to transform to ints
number of lines to skip, default=1
delimiter, default=','. Other options:
'\t': for tab-delimitd CSVRecordReader.QUOTE_HANDLING_DELIMITER: for records containing quotes with commas in them
quote, default='\"'
batch size, default=128
whether for classification, default=false
label index when classification=true, default=0
label cardinality when classification=true, default=2
whether for regression, default=false
only for regression, the last index (inclusive) for multi-output regression, default=0
dataset iterator
Load CSV files, one file per sequence, within one file, one row per time step, with columnar features and label index)
Load CSV files, one file per sequence, within one file, one row per time step, with columnar features and label index)
folder
label index
number of classes
whether for regression, default=false (for classification)
number of lines to skip, default=1
delimiter, default=','
batch size, default=128
seed for random generator, default=2018L
CSV Iterator: Load CSV Inputs to an Iterator, which is ready for training