Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-limitations.html
Account Name Limitations The ML_TRAIN routine does not support MySQL user names that contain a period. For example, a user named 'joe.smith'@'%' cannot run the ML_TRAIN routine. The model catalog schema created by the ML_TRAIN procedure incorporates ...Text Handling Limitations MySQL HeatWave AutoML only supports datasets in the English ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-quality.html
@score is the user-defined session variable that stores the computed score. Any valid name for a user-defined variable is permitted, for example @my_score. ML_SCORE scores a model by generating predictions using the feature columns in a labeled ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-train.html
@model is the session variable previously set that defines the model handle to the name defined by the user: regression_use_case. mysql> SELECT model_id, model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle = ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-topic-modeling-train.html
@model is the session variable previously set that defines the model handle to the name defined by the user: topic_modeling_use_case. mysql> SELECT model_id, model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle = ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-a-forecasting-model.html
@model is the session variable previously set that defines the model handle to the name defined by the user: forecasting_use_case. mysql> SELECT model_id, model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle = ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-30.html
(WL #15088, WL #15014) The following MySQL HeatWave AutoML enhancements were implemented: ML_TRAIN options for advanced users. These options permit users to customize various aspects of the ML training pipeline including algorithm selection, feature ... Advisor MySQL HeatWave AutoML Functionality Added or Changed Advisor MySQL HeatWave Advisor Auto Encoding, which recommends string column encodings, now provides encoding recommendations that optimize query ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-1-0.html
MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML has enhanced recommendation systems that can now recommend new users who are similar to a specific user and new items that are similar to other items.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-details.html
Retention in days: The number of days the user initiated backup is retained. Backup type: The type of the backup: User initiated or scheduled. Description: The user-specified description of the DB System used to create the backup. Backup Details ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-groups.html
Table 20-1 Table 20-2 Table 20-3 Note: The OCI user account that registered for the MySQL HeatWave on AWS service is added to the OracleMySQLHeatwaveServiceAccountAdmin group when the service is provisioned. Any other users must be added to at least ... Groups and Permissions 20.1 Groups and Permissions MySQL HeatWave on AWS has three predefined ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-inbound-replication-limitations.html
Using a root@localhost or administrator user in the DEFINER clause of CREATE PROCEDURE and CREATE FUNCTION statements is not supported. Instead, create a dedicated user with the privileges required to run the statements, and then edit the statements ... Limitations 8.8 Limitations Inbound replication in MySQL HeatWave on AWS does not support some of the configurations that are possible for MySQL ...