*MATHMODEL_PREDICT

Description: Predict from saved mathmodel

Syntax: mathmodel_predict(mathmodel_id,dataset)

Inputs
ID Name Type Default Remarks
1 Mathmodel remote_lookup   Mathmodel
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>
Outputs
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)

Inputs
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
Outputs
ID Name Type Remarks
1 Mathmodel integer