Search



Search Results
Displaying 1021 to 1030 of 2144 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-information-schema-plugins.html
This section describes how to write a server-side INFORMATION_SCHEMA table plugin. For example code that implements such plugins, see the sql/sql_show.cc file of a MySQL source distribution. You can also look at the example plugins found in the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
Version 8.0.11 is the first General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-classification-generate-explanation.html
After training a classification model, you can query the default model explanation or query new model explanations. Explanations help you understand which features had the most influence on generating predictions. A positive value indicates that a ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explainers.html
After the ML_TRAIN routine, use the ML_EXPLAIN routine to train model explainers for AutoML. By default, the ML_TRAIN routine trains the Permutation Importance model explainer. Feature importance is presented as a value ranging from -1 to 1. A ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-explanations.html
After training a regression model, you can query the default model explanation or query new model explanations. Explanations help you understand which features had the most influence on generating predictions. Feature importance is presented as an ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-unload-model.html
Before You Begin Review the following Train a Model Load a Model Unload a Model You can verify what models are currently loaded with the ML_MODEL_ACTIVE routine before and after unloading the model. mysql> CALL sys.ML_MODEL_ACTIVE('all', ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-an-anomaly-detection-model.html
To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and training_data. Both datasets have labeled and unlabeled rows, but only the dataset for semi-supervised learning uses this for training. The ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-content.html
The following sections in this topic describe how to generate new text-based content using the GenAI feature of MySQL AI: Before You Begin Generating Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-summarize-content.html
The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and privileges. For Running Batch ...
Displaying 1021 to 1030 of 2144 total results