Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-onnx-metadata.html
                                If the task is NULL, do not provide predictions_name or prediction_probabilities_name as this causes an error.  To learn more about model metadata in the model catalog, see Model Metadata. ONNX Inputs Info Use the data_types_map to map the data type ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prepare-a-forecasting-model.html
                                mysql> CREATE TABLE electricity_demand ( date DATE PRIMARY KEY, demand FLOAT NOT NULL, temperature FLOAT NOT NULL ); Insert the sample data into the table.  This topic describes how to prepare the data to use for a forecasting machine learning model. To prepare the data for this use case, you set up a training dataset and a testing ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-supervised-learning.html
                                The dataset for this type of model must have a column whose only allowed values are 0 (normal), 1, (anomalous), and NULL (unlabeled). All rows in the dataset are used to train the unsupervised component, while the rows with a value different than ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-topic-modeling-train.html
                                mysql> CALL sys.ML_TRAIN('topic_modeling_data.movies', NULL, JSON_OBJECT('task', 'topic_modeling', 'document_column', 'description'), @model); Where: topic_modeling_data.movies is the fully qualified name of the table that contains the training ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-generate.html
                                 The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language query. It can include the following parameters: task: specifies the task expected from the LLM. 
                                            
                https://dev.mysql.com/doc/internals/en/mysys-functions.html
                                 Functions in mysys: (For flags see my_sys.h) int my_copy _A((const char *from, const char *to, myf MyFlags)); Copy file from from to to. int my_rename _A((const char *from, const char *to, myf MyFlags)); Rename file from from to to. int my_redel ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/collection-single-document-operations.html
                                This operation returns the document, or NULL if no match is found.  The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a filter. X DevAPI also provides the ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-single-document-operations.html
                                This operation returns the document, or NULL if no match is found.  The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a filter. X DevAPI also provides the ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-single-document-operations.html
                                This operation returns the document, or NULL if no match is found.  The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a filter. X DevAPI also provides the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
                                You can use it to check the server's configuration and current status, to create and drop databases, and more. Invoke mysqladmin like this: mysqladmin [options] command [command-arg] [command [command-arg]] ... Some of the commands take an argument ...