Models
List Models
Description
The db.models.find()
function lists all models.
Syntax
We can list all the available predictors using the db.models.find()
method.
On execution, we get:
Alternatively, you can query the models
and models_versions
tables.