CREATE ML_ENGINE
syntax
CREATE MODEL
statement to bring MonkeyLearn models to MindsDB.
For this example, you will make use of MonkeyLearn’s pre-made model E-commerce Support Ticket Classifier
.
Expression | Description |
---|---|
ecommerce_ticket_classifier | The model name provided to the model created in MindsDB. |
tag | The column that will provide the predicted result. |
engine | The ML framework engine used, which is MonkeyLearn. |
monkeylearn_api_key | The API Key of the model provided by MonkeyLearn. |
model_id | The respective model’s ID you want to make use of. |
input_column | Specifies the input column fed to the model |
DESCRIBE
syntax to verify the model’s status.
SELECT
statement to make a prediction on the model.
CREATE MODEL
syntax:
SELECT
statement to make a prediction