Commands model:svm/train¶
[ALPHA] Build SVM with SGD model
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | model:svm/train |
---|---|
arguments: | model : Model
frame : Frame
label_column : unicode
observation_columns : list
intercept : bool (default=True)
num_iterations : int32 (default=100)
step_size : float64 (default=1.0)
reg_type : unicode (default=None)
reg_param : float64 (default=0.01)
mini_batch_fraction : float64 (default=1.0)
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
Creating a SVM Model using the observation column and label column of the train frame.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.