Commands model:cox_ph/train¶
[ALPHA] Build Cox proportional hazard model.
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | model:cox_ph/train |
---|---|
arguments: | model : Model
frame : Frame
time_column : unicode
covariate_columns : list
censor_column : unicode
convergence_tolerance : float64 (default=1e-06)
max_steps : int32 (default=100)
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
Fitting a CoxProportionalHazard Model using the covariate column(s)
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.