Commands model:libsvm/train¶
[ALPHA] Train a Lib Svm model
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | model:libsvm/train |
---|---|
arguments: | model : Model
frame : Frame
label_column : unicode
observation_columns : list
svm_type : int32 (default=2)
kernel_type : int32 (default=2)
weight_label : list (default=None)
weight : list (default=None)
epsilon : float64 (default=0.001)
degree : int32 (default=3)
gamma : float64 (default=None)
coef : float64 (default=0.0)
nu : float64 (default=0.5)
cache_size : float64 (default=100.0)
shrinking : int32 (default=1)
probability : int32 (default=0)
nr_weight : int32 (default=1)
c : float64 (default=1.0)
p : float64 (default=0.1)
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
Creating a lib 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.