Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Any hosts referenced in the list must be members of the site to which the cluster belongs. You are still recommended to follow the best practice of reserving node ID 1 to 144 for data nodes. If the added nodes are started with start process ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
| | import config Import the configuration of a running cluster. Online help is available in the MySQL Cluster Manager client for MySQL Cluster Manager client commands. In addition, you can obtain information about mysql client commands that are ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-row.html
Generating a Row Prediction Explanation with the Default Permutation Importance Explainer After training and loading a model, you can run ML_EXPLAIN_ROW to generate a row prediction explanation with the default Permutation Importance explainer.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-table.html
Generating Explanations for a Table with the Default Permutation Importance Explainer After training and loading a model, you can run ML_EXPLAIN_TABLE to generate a table of prediction explanations with the default Permutation Importance explainer>.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-explanations.html
Feature importance is presented as an attribution value ranging from -1 to 1. Before You Begin Complete the following tasks: Prepare Data for a Regression Model Train a Regression Model Generate Predictions for a Regression Model Generating the ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
For details about importing a DDL script, see Section 9.4.2.1, “Reverse Engineering Using a Create Script”. Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
Copy and extract the generated Zip file on the target host and then execute the import script (on the target host) to import the data into MySQL using a LOAD DATA call. Figure 10.19 MySQL Workbench Migration: Viewing the Migrated Database Note If a ... This example migrates a Microsoft SQL Server database to MySQL and includes an image for each ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-myisam-fk.html
from wb import * import grt ModuleInfo = DefineModule(name="AutoFK", author="John Doe", version="1.0") @ModuleInfo.plugin("sample.createGuessedForeignKeys", caption="Create Foreign Keys from ColumnNames", ...They are often created for existing ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-fieldtype.html
This class provides all supported MySQL field or data types. They can be useful when dealing with raw data or defining your own converters. The field type is stored with every cursor in the description for each column. The following example shows ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-constructor.html
If omitted, the cursor is created but its execute() method raises an exception.