Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-classification-generate-explanation.html
For example, a negative value for the permutation importance explainer means that the feature is not important. Before You Begin Complete the following tasks: Prepare Data for a Classification Model Train a Classification Model Generate Predictions ... After training a classification model, you can query the default model explanation or query new model ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
Important change: MySQL model files last saved before MySQL Workbench 6.3 are no longer supported unless the models can be upgraded for use with the 6.3 release series. Important Some users with existing stored passwords will be prompted to enter a ... This section summarizes how the MySQL Workbench 8.0 release series progressed with each minor ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
Once you have the client private key and certificate files you want to use, you need to import them into a Java keystore so that they can be used by the Java SSL library and Connector/J. Output by keytool looks like this: Entry for alias mysqlclient ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
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/connectors/en/connector-j-usagenotes-statements.html
Statement objects allow you to execute basic SQL queries and retrieve the results through the ResultSet class, which is described later. To create a Statement instance, you call the createStatement() method on the Connection object you have ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Connecting to the Server Using a Store-Based Certificate The first step is to import the PFX file, client.pfx, into the Personal Store. Click Finish to close the wizard and import the certificate into the personal store. The right panel displays a ...Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Connecting to the Server Using a Store-Based Certificate The first step is to import the PFX file, client.pfx, into the Personal Store. Click Finish to close the wizard and import the certificate into the personal store. The right panel displays a ...Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
It is important to remember that: Deletes can neither read nor set values, but only delete them. It is important to remember that only a single operation is supported for each scan operation (NdbScanOperation::readTuples() or ... An NdbTransaction ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-explain.html
If you specify NULL in place of the JSON argument, the default Permutation Importance model explainer is trained, and no prediction explainer is trained. Set the following options as needed: model_explainer: Specifies one of the following model ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-viewing.html
A model explanation helps you identify the features that are most important to the model overall. For example, a negative value for the permutation importance explainer means that the feature is not important. The output displays feature importance ... To view the details for the models in your model catalog, query the MODEL_CATALOG ...