Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-handles.html
mysql> SELECT sys.ML_PREDICT_ROW(@row_input, 'census_classification_model', NULL); Defining Model Handle Before training a model, it is good practice to define your own model handle instead of automatically generating one. When ML_TRAIN trains a ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prereqs.html
NaN (Not a Number) values are not recognized by MySQL and should be replaced by NULL. Before You Begin Model and Table Sizes The table used to train a model cannot exceed 10 GB, 100 million rows, or 1017 columns. Data Requirements Each dataset must ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-columns-table.html
NULL indicates that the column is not defined as a data placement key. The rpd_columns table provides column encoding information for columns of tables loaded in the MySQL AI Engine. The rpd_columns table has these columns: TABLE_ID A unique ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain-row.html
ML_EXPLAIN_ROW Syntax mysql> SELECT sys.ML_EXPLAIN_ROW(input_data, model_handle, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['prediction_explainer', {'permutation_importance'|'shap'}|NULL] } } Required ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain-table.html
ML_EXPLAIN_TABLE Syntax mysql> CALL sys.ML_EXPLAIN_TABLE(table_name, model_handle, output_table_name, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['prediction_explainer', ... ML_EXPLAIN_TABLE explains ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/refman/8.4/en/charset-binary-collations.html
This section describes how the binary collation for binary strings compares to _bin collations for nonbinary strings. Binary strings (as stored using the BINARY, VARBINARY, and BLOB data types) have a character set and collation named binary.
https://dev.mysql.com/doc/refman/8.4/en/charset-introducer.html
A character string literal, hexadecimal literal, or bit-value literal may have an optional character set introducer and COLLATE clause, to designate it as a string that uses a particular character set and collation: [_charset_name] literal [COLLATE ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-_query.html
A Query instance represents a specific query with bound parameters. Table 4.37 deletePersistentAll() Parameter Description return the number of instances deleted 4.3.1.19.9 execute(Map<String, ?>) public abstract Results<E> execute(Map<String, ?> ...