How-to | Train a stratified or partitioned model#

When you create a visual machine learning (prediction) model on a partitioned dataset, you have the option to create partitioned models.

  1. Navigate to the Design page of the modeling analysis session.

  2. In the Target panel, enable the Partitioning option.

  3. Select which partitions of the dataset to use when training in the Analysis. For example, the following screenshot shows three selected partitions.

  4. Train the models.

../../_images/partitioned-partitioning-option.png

Specifying partitions to use for training#

The following results show partitioned models.

../../_images/partitioned-results.png

Result page showing partitioned models#

Note

When you select algorithms to use for training, Dataiku trains a partitioned model for each algorithm. Each partitioned model consists of one sub-model (or model partition) per data partition. For example, the previous screenshot shows two partitioned models (Logistic Regression - Partitioned and Decision Tree - Partitioned). Each of these models has three model partitions, one for each partition that was trained.