General Structure
On start-up, the MindsDB project consists of 2 collections:models and models_versions.
You can verify it by running the following MQL commands:
-
First, switch to the
mindsdbproject. -
Then, query for the available collections.
The models Collection
The models collection stores information about the models, such as name, status, accuracy, and more.
Check out this doc page to learn how to create, view, and drop models.
The models_versions Collection
The models_versions collection stores information about all present and past versions of each model.
Check out this doc page to learn how to work with models’ versions.