Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-prepare.html
This topic describes how to prepare the data to use for a regression machine learning model. The regression use-case is to predict house prices based on the size of the house, the address of the house, and the state the house is located in. To ...
https://dev.mysql.com/doc/refman/8.4/en/charset-mysql.html
MySQL Server supports multiple character sets, including several Unicode character sets. To display the available character sets, use the INFORMATION_SCHEMA CHARACTER_SETS table or the SHOW CHARACTER SET statement. For more complete information, ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-explanations.html
row *************************** Notes: house_size (1300) increased the value the model predicted the most ml_results: {"attributions": {"house_size": 31384.31, "state": 226.31, "id": 30184.16}, "predictions": {"price": 489206.0}, "notes": ... After ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-prepare.html
This topic describes how to prepare the data to use for a regression machine learning model. The regression use-case is to predict house prices based on the size of the house, the address of the house, and the state the house is located in. To ...
https://dev.mysql.com/doc/workbench/en/wb-connection-properties.html
When a connection is selected, it is highlighted and its properties are displayed in the properties palette. The following list describes them: caption: The name of the connection. By default, the name is the name of the foreign key and the property ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
This executes a USE schema_name statement so that subsequent statements without schema qualifiers are executed against this schema. The Navigator area of the sidebar contains options to manage the active MySQL connection. It also lists the schemas ...
https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-non-committing-statements.html
CALL statements are unrolled (see ???TODO: add section about unrolling???), so that each statement executed by the stored procedure is logged separately. Let S be a logged statement that does not have an implicit commit, except CREATE TEMPORARY ...
https://dev.mysql.com/doc/internals/en/packet-OK_Packet.html
An OK packet is sent from the server to the client to signal successful completion of a command. As of MySQL 5.7.5, OK packes are also used to indicate EOF, and EOF packets are deprecated. Consequently, the server does not send OK packets that ...
https://dev.mysql.com/doc/internals/en/determining-binary-log-version.html
Given any binary log file, the information in this section describes how to determine the format in which it is written. Some important points about descriptor event formats: The v1 header fields are common to all formats. (v3 and v4 headers begin ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
While a java.sql.TIME instance, according to the JDBC specification, is not supposed to contain fractional seconds by design, because java.sql.TIME is a wrapper around java.util.Date, it is possible to store fractional seconds in a java.sql.TIME ...