Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/mltable/test/MLTable
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$schema: http://azureml/sdk-2-0/MLTable.json
type: mltable
paths:
- file: ./nyc_taxi_dataset_test.parquet
transformations:
- read_parquet
Binary file added data/mltable/test/nyc_taxi_dataset_test.parquet
Binary file not shown.
6 changes: 6 additions & 0 deletions data/mltable/train/MLTable
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$schema: http://azureml/sdk-2-0/MLTable.json
type: mltable
paths:
- file: ./nyc_taxi_dataset_train.parquet
transformations:
- read_parquet
Binary file not shown.
Loading