Creating and monitoring a machine learning model with Qlik AutoML
In this section, we will create an actual implementation using Qlik AutoML. We will utilize the famous Iris dataset that we have already used in this book. The data preparation part for Iris dataset is already done, so we can jump into the model training and experiment part directly.
Note
You can find the datasets used in this example in the GitHub repository for this book.
Note
Only users with Professional entitlement can create experiments.This is a limitation at the license level.
Let’s assume that we have already uploaded the iris
dataset into our cloud tenant. Now, we will start to define a business question. This question defines what we would like to achieve from our machine learning model.
As we know, the Iris dataset consists of measurements of four features of three different species of Iris flowers. These features are as follows:
- Sepal length: The length of the sepal, which...