Search



Search Results
Displaying 731 to 736 of 736 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-rpd-nodes-table.html
The rpd_nodes table has these columns: ID A unique identifier for the MySQL AI Engine (AI engine). If a query starts and finishes in the four seconds between refreshes, the memory used by the query is not accounted for in the reported value.
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-rpd-table-id-table.html
The rpd_table_id table provides the ID, name, and schema of the tables loaded in the MySQL AI Engine. The rpd_table_id table has these columns: ID A unique identifier for the table.
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-rpd-tables-table.html
The rpd_tables table provides the system change number (SCN) and load pool type for tables loaded in the MySQL AI Engine (AI engine). The rpd_tables table has these columns: ID A unique identifier for the table. The SCN is an internal number that ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-metrics.html
The ML_TRAIN routine includes the optimization_metric option, and the ML_SCORE routine includes the metric option. Both of these options define a metric that must be compatible with the task type and the target data. precision_k: An Oracle ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-train.html
Run the ML_TRAIN routine on a training dataset to produce a trained machine learning model. Before training models, make sure to review the following: Additional AutoML Requirements Supported Data Types for AutoML Train a Model Machine Learning Use ...