Create a CSV file dataset
Create a dataset from CSV files. Deep Learning Impact supports a CSV file dataset type. The CSV file dataset type requires two CSV files, one named label.csv and one named data.csv. Both files must contain header information in the first row.
Before you begin
/dir/test_db
├── label.csv
├── data.csv
/dir/train_db
├── label.csv
├── data.csv
/dir/val_db
├── label.csv
├── data.csv
You
must also ensure that the first row in label.csv and
data.csv specifies header information.Procedure
Results
The dataset is created once it is in Created state. If creation failed, see the driver and executor logs in the Spark Applications tab.
What to do next
To view details about the dataset, click the dataset name. To use the dataset in a training run, either create a training model or start a training run.