Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
In subsequent queries, this database is the default for table references that include no explicit database specifier. bool mysql_change_user(MYSQL *mysql, const char *user, const char *password, const char *db) Description Changes the user and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-classification-generate-prediction.html
To generate predictions, use the sample data from the testing_data dataset. Even though the table has labels for the Approved target column, the column is not considered when generating predictions. This allows you to compare the predictions to the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-data-drift-detection.html
MySQL AI includes data drift detection for classification and regression models. Before You Begin Review how to Create a Machine Learning Model. Data Drift Detection Overview Machine learning typically makes an assumption that the training data and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-load-model.html
You must load a machine learning model from the model catalog before running AutoML routines other than ML_TRAIN. A model remains loaded and can be called repetitively by AutoML routines until it is unloaded using the ML_MODEL_UNLOAD routine, or ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-predictions.html
To generate predictions, use the sample data from the house_price_testing dataset. Even though the table has labels for the price target column, the column is not considered when generating predictions. This allows you to compare the predictions to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-chat-details.html
Text segments: that were retrieved from the vector store and used as context to prepare responses for your queries. Chat history: which includes both your queries and responses generated by GenAI Chat. |" } ], "model_options": { "model_id": ... This ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-tables-table.html
LAST_QUERIED The timestamp of the last query that referenced the table. 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 ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain.html
Running the ML_EXPLAIN routine on a model and dataset trains a prediction explainer and model explainer, and adds a model explanation to the model catalog. See Generate Model Explanations and Generate Prediction Explanations to learn more.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-active.html
Use the ML_MODEL_ACTIVE routine to check which models are loaded and active for which users. All active users and models share the amount of memory defined by the shape, and it might be necessary to schedule users. ML_MODEL_ACTIVE Syntax mysql> ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-predict-table.html
ML_PREDICT_TABLE generates predictions for an entire table of unlabeled data. ML_PREDICT_TABLE Overview ML_PREDICT_TABLE Syntax Required ML_PREDICT_TABLE Parameters ML_PREDICT_TABLE Options Options for Recommendation Models Requirements and Options ...