MindsDB
Open Source Product Docs
The delete function removes a model from MindsDB.
delete
Here is how to get an existing database and remove it:
model = MindsDB.Models.trainModel(...) model.delete()
Was this page helpful?