Search



Search Results
Displaying 2361 to 2370 of 3564 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-explainers.html
mysql> SELECT column FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle=model_handle; The following example retrieves the model explainer column from the model catalog of the previously trained model. After the ML_TRAIN routine, use the ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-onnx-metadata.html
For example, to convert inputs of the type tensor(float) to float64: data_types_map = {"tensor(float)": "float64"} AutoML first checks the user data_types_map, and then the default data_types_map to check if the data type exists. To learn more ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-score.html
For the option to set the user name, you can set it to NULL. After generating predictions and explanations, you can score the model to assess its reliability. For a list of scoring metrics you can use with regression models, see Regression Metrics.
https://dev.mysql.com/doc/mysql-ai/9.4/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.4/en/mys-ai-genai-overview.html
Some key benefits of using the GenAI feature of MySQL AI are: The natural-language processing (NLP) capabilities of the LLMs let non-technical users have human-like conversations with the system in natural language. The GenAI feature of MySQL AI ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-model-unload.html
Use ML_MODEL_ACTIVE to check which models are active and owned by the user. mysql> CALL sys.ML_MODEL_UNLOAD('ml_data.iris_train_user1_1636729526'); An example that specifies a session variable containing the model handle. Note ML_MODEL_UNLOAD does ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-myisam-fk.html
They are often created for existing databases, to clarify their purpose or document them. MySQL Workbench provides facilities for reverse engineering existing databases, and then creating an EER Diagram automatically. The plugin created in this ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
The downloaded script explicitly creates MyISAM tables, which do not support transactional semantics. What this means is that we can create a Java interface and only use the operations on this interface without any internal knowledge of what the ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-scaffold-example.html
The resulting entities are created and mapped to the tables in the specified database. Scaffolding a Database Using .NET Core CLI Initialize a valid .NET Core project and console application using the .NET Core command-line interface (CLI) and then ... Scaffolding a database produces an Entity Framework model from an existing ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
5.6.7.1.1 ADO: rs.addNew, rs.delete, and rs.update The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. This section contains simple examples of the use of ...
Displaying 2361 to 2370 of 3564 total results