Datasets
Datasets can be uploaded via UI form under Datasets > Add a Dataset.

The currently supported format is CSV with the following properties:
- Separator: Comma (
,
) - Quotes: Double quotes (
"
) - Decimal: Period (
.
) - The first row will be interpreted as the header. (Exactly one header row must be provided.)
- The following values are interpreted as N/A:
“ “, “#N/A”, “#N/A N/A”, “#NA”, “-1.#IND”, “-1.#QNAN”, “-NaN”, “-nan”, “1.#IND”, “1.#QNAN”, “<NA>”, “N/A”, “NA”, “NULL”, “NaN”, “None”, “n/a”, “nan”, “null“
- Blank lines are skipped (compared to interpreting them as a row full of N/As).
Once uploaded, the Dataset be added to an AI System either during creation of a new system or from the AI System overview.
Updated 7 days ago