Deploy Models
Remove a Model
Description
The DROP MODEL
statement deletes the model table.
Syntax
Here is the syntax:
On execution, we get:
Where:
Name | Description |
---|---|
predictor_name | Name of the model to be deleted. |
Example
Let’s list all the available predictor tables.
On execution, we get:
Now we delete the home_rentals_model
table.
On execution, we get:
We can check if the deletion was successful by querying the mindsdb.models
table again.
On execution, we get: