3.310 ALL_MINING_MODELS
ALL_MINING_MODELS
describes the machine learning models accessible to the current user.
Mining models are schema objects created by Oracle Machine Learning for SQL.
Related Views
-
DBA_MINING_MODELS
describes all machine learning models in the database. -
USER_MINING_MODELS
describes the machine learning models owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the machine learning model |
|
|
|
Name of the machine learning model |
|
|
Function of the mining model. The function identifies the class of problems that can be solved by this model. The machine learning function is specified when the model is built:
|
|
|
|
Algorithm used by the model. Each machine learning function has a default algorithm. The default
can be overridden with a model setting (see
|
|
|
|
R type algorithm. This column is used in R algorithm registration. |
|
|
|
|
Date that the model was created |
|
|
Time (in seconds) of the model build process |
|
|
|
Size of the model (in megabytes) |
|
|
|
Indicates whether the model is partitioned or not. Possible values:
|
|
|
|
Input data source (provided by the user at build time) on which to build the model This column is populated for models created in Oracle Database 23ai or later. For older version models that were imported into Oracle Database 23ai or later, the value of this column is null. |
|
|
|
Comment applied to the model with a SQL
|