Login

Train

Once the data has been processed into testing and training sets, you can start training.

Train Model API Call

POST - /builder/train
Params: { version: v3.0 }
Body: {}

Successful Response:

{
    "status_code": 200,
    "success": "We will notify you when it's finished",
    "process_id": PROCESS_ID_HERE
}

Using the process_id from the response we can get updates on the progress with the View Process API Request.

Please note that on large datasets, this can take upwards of 30 minutes to complete.

When the data has been trained, you will get the following email.

Email Notification: