Closed kitsudaiki closed 2 months ago
The current way, to define inputs and output and with which dataset they are connected when creating a task, is too restricted and confusing and requires an update.
CLI:
Train:
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
Request:
HEXAGON_NAME:COLUMN_NAME
API:
[ { "dataset_uuid": DATASET_UUID, "dataset_column": COLUMN_NAME, "hexagon_name": HEXAGON_NAME }, ... ]
[ {"hexagon_name": HEXAGON_NAME , "dataset_column": COLUMN_NAME}, ... ]
Feature
Description
The current way, to define inputs and output and with which dataset they are connected when creating a task, is too restricted and confusing and requires an update.
CLI:
Train:
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
Request:
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
HEXAGON_NAME:COLUMN_NAME
API:
[ { "dataset_uuid": DATASET_UUID, "dataset_column": COLUMN_NAME, "hexagon_name": HEXAGON_NAME }, ... ]
[ { "dataset_uuid": DATASET_UUID, "dataset_column": COLUMN_NAME, "hexagon_name": HEXAGON_NAME }, ... ]
[ {"hexagon_name": HEXAGON_NAME , "dataset_column": COLUMN_NAME}, ... ]
Blocked by
How to test