Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-process.html
The data and the structures of the InnoDB tables might have changed during this period; so, some of the following steps are for making sure those changes are captured in the backup. It blocks DDL operations (except for those on user-created ... The ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-commands.html
The following table lists the commands that are available regardless of the currently selected language. Once established, an SSH tunnel can be shared between connections to the same host from the same user connecting from the same instance, ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-generate-prediction.html
Even though the table has labels for the Approved target column, the column is not considered when generating predictions. Before You Begin Complete the following tasks: Prepare Data for a Classification Model Train a Classification Model Generating ...To generate predictions, use the sample data from the testing_data ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-predictions.html
Even though the table has labels for the price target column, the column is not considered when generating predictions. Before You Begin Complete the following tasks: Prepare Data for a Regression Model Train a Regression Model Generating ...To ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-topic-modeling-prediction.html
When the output table generates, you can review the generated word groups and expressions for the trained text. Train a Model with Topic Modeling Running Topic Modeling for a Table If not already done, load the model. mysql> CALL ... After training ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-forecasting-model.html
Even though the table has labels for the demand target column, the column is not considered when generating predictions. Any extra columns, for example endogenous_variables, are ignored for the prediction, but included in the output table. To ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-similar-items.html
Alternatively, if you do not want to generate an entire table of similar items, you can run ML_PREDICT_ROW to specify an item to recommend similar items for. Before You Begin Review and complete the following tasks: Prepare Data for a Recommendation ... This topic describes how to generate recommendations for similar ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
Alternatively, if you do not want to generate an entire table of similar items, you can run ML_PREDICT_ROW to specify a user to recommend similar users for. Before You Begin Review and complete the following tasks: Prepare Data for a Recommendation ... This topic describes how to generate recommendations for similar ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-train-test-split.html
Two new tables in the same database are created with the following names: [original_table_name]_train [original_table_name]_test The split of the data between training and testing datasets depends on the machine learning task. Order the table by the ... The TRAIN_TEST_SPLIT routine automatically splits your data into training and testing ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
Advanced options: Tables without primary key: Specify how a replication channel handles the creation and alteration of tables with no primary keys on the source. Raise an error : Raise an error when replicating a CREATE TABLE or ALTER TABLE ...