Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 259 Bytes

File metadata and controls

18 lines (12 loc) · 259 Bytes
title Remove a Model
sidebarTitle Remove a Model

Description

The delete function removes a model from MindsDB.

Syntax

Here is how to get an existing database and remove it:

model = MindsDB.Models.trainModel(...)

model.delete()