Create concept
Create a new concept
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the concept, which will become available as the column name in SQL
datasetId
The id of the dataset
description
A description for the concept
threshold
Threshold above which classification is positive
regularization
How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data
Response
The created concept
createdUserId
The user that created the resource
createdDt
The created datetime of the resource
updatedUserId
The user that last updated the resource
updatedDt
The datetime the resource was last updated
name
The name of the concept
conceptId
The unique identifier for the concept
datasetId
The unique identifier for the dataset
description
A description for the concept
threshold
Threshold above which classification is positive
regularization
How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data