*MATHMODEL_PREDICT¶
Description: Predict from saved mathmodel
Syntax:
mathmodel_predict(mathmodel_id,dataset)
| ID | Name | Type | Default | Remarks |
|---|---|---|---|---|
| 1 | Mathmodel | remote_lookup | ||
| 2 | Dataset | dataset | Dataset that contains the data that needs prediction <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#datasetinput’> <i class=’fa fa-external-link’> </i> View more </a> |
| ID | Name | Type | Remarks |
|---|---|---|---|
| 1 | Mathmodel | integer | |
| 2 | LUCY JSON | json | |
| 3 | Meta Info | dataset | |
| 4 | Predicted Dataset | dataset |
*MATHMODEL_SAVE¶
Description: Saved mathmodels to the database
Syntax:
mathmodel_save(name,model_path,type,description,tags)
| ID | Name | Type | Default | Remarks |
|---|---|---|---|---|
| 1 | Name | text | Name of the mathmodel | |
| 2 | Model Path | textarea | Model path from a ML_PREDICT worker | |
| 3 | Type | text | Type of Model or Dataset | |
| 4 | Description | textarea | Description for the model | |
| 5 | Tags | text | Tags to associate the model. Separate tags by commas |
| ID | Name | Type | Remarks |
|---|---|---|---|
| 1 | Mathmodel | integer |
*MATHMODEL_LIBRARY_PREDICT¶
Description: Predict from library mathmodel
Syntax:
mathmodel_library_predict(mathmodel_id,dataset)
| ID | Name | Type | Default | Remarks |
|---|---|---|---|---|
| 1 | Mathmodel | remote_lookup | ||
| 2 | Dataset | dataset | Dataset that contains the data that needs prediction <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#datasetinput’> <i class=’fa fa-external-link’> </i> View more </a> |
| ID | Name | Type | Remarks |
|---|---|---|---|
| 1 | Mathmodel | integer | |
| 2 | LUCY JSON | json | |
| 3 | Meta Info | dataset | |
| 4 | Predicted Dataset | dataset |