Function - PREDICT
Predict the next value |
Predictions
|
SYNTAX |
Predict( STRING category, STRING name) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Return an array containing the predictions of the specified model |
ADDITIONAL INFO |
|
EXAMPLE |
Predict("category_name", "perdiction_model_name") |
| |