Skip to main content

Attach Data To A Model

Tags: Models

Method: POST

Endpoint: https://api.causadb.com/v1/models/{model_name}/attach/{data_name}

Description:

Attaches data to a model.

Parameters:

  • model_name (path): The name of the model to create
  • data_name (path): The name of the data to use for training

Responses:

  • 200: Successful Response
  • 422: Validation Error