Commands model:arimax/predict¶
[ALPHA] New frame with column of predicted y values
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | model:arimax/predict |
---|---|
arguments: | model : Model
frame : Frame
timeseries_column : unicode
x_columns : list
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
Predict the time series values for a test frame, based on the specified x values. Creates a new frame revision with the existing columns and a new predicted_y column.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.