Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-score.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predictions and explanations, you can score the model to assess its reliability. For a list of scoring metrics you can use with ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-train.html
If you do not define the model handle before training the model, the model handle is automatically generated, and the session variable only stores the model handle for the duration of the connection. After preparing the data for a classification ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-data-drift-detection.html
@census_model is the name of the user-defined session variable that stores the model handle for the duration of the connection. MySQL AI includes data drift detection for classification and regression models. Before You Begin Review how to Create a ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-prepare-a-forecasting-model.html
Preparing Data To prepare the data for the forecasting model: Connect to the MySQL Server. 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 ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-preparing-a-recommendation-model.html
Preparing Data To prepare the data for the recommendation model: Connect to the MySQL Server. This topic describes how to prepare the data to use for a recommendation machine learning model using explicit feedback. To prepare the data for this use ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-explanations.html
You can use the session variable for the model that is valid for the duration of the connection. After training a regression model, you can query the default model explanation or query new model explanations. Explanations help you understand which ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-predictions.html
You can use the session variable for the model that is valid for the duration of the connection. To generate predictions, use the sample data from the house_price_testing dataset. Even though the table has labels for the price target column, the ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-prepare.html
Preparing Data To prepare the data for the regression model: Connect to the MySQL Server. 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 ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-score.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predictions and explanations, you can score the model to assess its reliability. For a list of scoring metrics you can use with ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-train.html
If you do not define the model handle before training the model, the model handle is automatically generated, and the session variable only stores the model handle for the duration of the connection. After preparing the data for a regression model, ...