Commands model:lda/new¶
Creates Latent Dirichlet Allocation model
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | model:lda/new |
---|---|
arguments: | dummy_model_ref : <bound method AtkEntityType.__name__ of <trustedanalytics.rest.jsonschema.AtkEntityType object at 0x7f9e68702090>>
name : unicode (default=None)
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
LDA is a commonly-used algorithm for topic modeling, but, more broadly, is considered a dimensionality reduction technique. For more detail see LDA.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.