Skip to main content Skip to complementary content

Creating and configuring the experiment

The first step is to create and configure the experiment. You will use the training dataset you uploaded earlier to train the model until it is ready to be deployed for making predictions.

Creating a new experiment

  1. In the Qlik Cloud Analytics hub, click Add new, and then select New ML experiment.

  2. Enter a name for your experiment, for example, Customer churn tutorial.

  3. Optionally, add a description and tags.

  4. Choose a space for your experiment. It can be your personal space or a shared space.

  5. Click Create.

  6. Select the Customer churn data - training.csv file.

Reviewing the data

Now you are ready to start configuring your experiment, but before you start, let's have a look at the dataset.

We start out in the schema view. Here we can see a table where each row represents a column in your dataset. Statistics and insights have been generated in automatic data preparation. You might have to scroll to the right-hand side of the schema to see the Insights.

We can see that AccountID has been excluded due to high cardinality. This means that the column contains too many unique values. The feature Country has been excluded for the opposite reason: the value is the same for all rows. These two features would not provide any value to the machine learning models.

We can also see that the categorical feature Territory has been impact encoded. Hover over the warning Warning triangle and information Warning triangle icons for more information.

Schema view for training dataset in Qlik AutoML

Table column with insights about features.

Click the data view Data view icon to change to the data view. Here we can see more information about each column, including sample data.

Data view

Table column with insights about features.

Selecting a target

We want our machine learning model to predict customer churn, so we select Churned, the final column in the dataset, as our target.

  1. Click the schema view Table rows icon to switch back to schema view.

  2. Hover over Churned and click the target Target icon that appears.

A row in schema view is selected as target

Table row for selected target.

On the Experiment configuration panel, we can now see that Churned has been selected. We can also see which features are automatically selected and excluded. Since Churned is the target, it will not be used as a feature. We can also see that this experiment will be treated as a binary classification problem.

Information shown in the Experiment configuration pane

Table row for selected target.

Selecting features

For this first run of our experiment, we will include all features and algorithms that have been selected by default. However, if you already know that certain features have no influence on the target—based on your business knowledge—you could deselect them at this point to exclude them from the training.

Training the experiment

The configuration is done and we are ready to start the training.

  • In the bottom right corner of the experiment window, click Run experiment.

When the experiment has finished running, we can move on to the next step, which is to review the resulting model metrics.

Learn more

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!