Search Results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-explanations-ml-explain-row.html
The column names must match the feature column names in the trained table. mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); The following example runs the shap explainer. mysql> CALL ... ML_EXPLAIN_ROW ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-explanations.html
Prediction explanations are generated by running ML_EXPLAIN_ROW or ML_EXPLAIN_TABLE on unlabeled data. You can train the following prediction explainers: The Permutation Importance prediction explainer, specified as permutation_importance, is the ...The data must have the same feature columns as the data used to train the ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-limitations.html
Memory Limitations The table used to train a model cannot exceed 10 GB, 100 million rows, or 1017 columns. Routine and Query Limitations ML_EXPLAIN_TABLE and ML_PREDICT_TABLE are compute intensive processes, with ML_EXPLAIN_TABLE being the most ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-handles.html
If you do not specify a model handle name, a model handle is automatically generated that is based on the database name, input table name, the user name training the table, and a unique numerical identifier. The following example queries the model ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-viewing.html
To view the details for the models in your model catalog, query the MODEL_CATALOG table. Before You Begin Review the following: Create a Machine Learning Model The Model Catalog View Details for Your Models The following example queries model_id, ...View Model Explanations The ML_EXPLAIN routine generates model explanations and stores them in the model ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-onnx-import-overview.html
You cannot directly load models in ONNX format (.onnx) into a MySQL table. AutoML supports the following ONNX model types: An ONNX model that has only one input, and it is the entire MySQL table. An ONNX model that has more than one input, and each ...The models require string serialization and conversion to Base64 encoding before you use the ML_MODEL_IMPORT ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-1-0.html
(Bug #36657628) Running AdminAPI operations against MySQL 5.7 instances resulted in an error, due to an attempt to run a query on a non-existent Performance Schema table. (Bug #35495220) The following utilities now support multipart uploads for ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-5-0.html
The error occurred on the invalidEngineForeignKey upgrade check if a table name contained non-letter characters such as hyphens. (Bug #38408207) When using anonymous arguments with the -- util copyTables command, the error message did not clearly ...
https://dev.mysql.com/doc/connectors/en/connector-j-time-instants.html
Background A time instant is a specific moment on a time-line. A time instant is said to be preserved when it always refers to the same point in time when its value is being stored to or retrieved from a database, no matter what time zones the ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
SASL-based LDAP authentication requires MySQL Enterprise Edition and can be used to establish classic MySQL protocol connections only. mysql_native_password Supported for all versions of Connector/NET to establish classic MySQL protocol and X ...