Splitting Data with the Split Data Task

The Split task divides the dataset into three subsets of patterns:

  • the training set, used to build the model,

  • the test set, used to assess the accuracy of the model and

  • the validation set, used for tuning the model parameters. The validation set is not mandatory.

 

Prerequisites

Additional tabs

The following additional tabs are provided:


Procedure

  1. Drag and drop the Split Data task onto the stage.

  2. Connect the task that contains the dataset you want to split to the Split Data task.

  3. Double click the Split Data task.

  4. Configure the split options as described in the table below.

  5. Save and compute the task.

Split options

Split options

Name

PO

Description

Number of training patterns

trainsize

Indicate the number of training patterns, either as an absolute number of patterns or as a percentage of the overall dataset, which will be used to create the training set.

These patterns are used to build the model.

Starting pattern for training set

trainstart

Indicate the starting point for the training set pattern either as an absolute value, or as a percentage of the whole.

This option is valid only if No Shuffle is selected as the Data reshuffle policy.

Number of test patterns

testsize

Indicate the number of test patterns, either as an absolute number of patterns or as a percentage of the overall dataset,  which will be used to create the test set.

These patterns are not used to build the model.

Starting pattern for test set

teststart

Indicate the starting point for the test set pattern either as an absolute value, or as a percentage of the whole.

This option is valid only if No Shuffle is selected as the Data reshuffle policy.

Number of validation patterns

validsize

Indicate the number of validation patterns, either as an absolute number of patterns or as a percentage of the overall dataset, which will be used to create the validation set.

The validation patterns cannot be used to create or test the model and are not mandatory as they are are used only for internal validation by some modeling methods.

Starting pattern for validation set

validstart

Indicate the starting point for the validation set pattern either as an absolute value, or as a percentage of the whole.

This option is valid only if No Shuffle is selected as the Data reshuffle policy.

Data reshuffle policy

shuffletype

Indicate the required Data shuffle policy from the drop-down list:

  • No shuffle, if you want to use the defined starting points only to define the training, test and validation patterns. Any previous shuffles are removed and the natural pattern order is used.

  • Reshuffle, if you want the order of the patterns to be randomly shuffled before applying the starting pattern values to the respective set. The shuffle procedure is only used to create the three subsets and it does not affect the real data order. A random choice usually ensures better results by improving the statistical representation of the training set. The resulting analysis cannot be identically reproduced as different Split Data tasks can produce dissimilar training sets, unless a seed is set for initialization.

  • Keep shuffle, if you want to preserve any previous shuffles.

Initialize random generator with seed

initrandom

iseed

Select Initialize random generator with seed if you want to set the seed for the random generator. This may be useful to make each execution reproducible. Otherwise, each execution of the same task (with same options) may produce dissimilar results due to the different random numbers generated to define training/test/validation sets.

 

Example

The following examples are based on the Adult dataset.

 

Scenario data can be found in the Datasets folder in your Rulex installation.

 

 

The following steps were performed:

  1. We import the adult dataset.

  2. We use the Take a look function to visualize the initial data.

  3. We then add a Split Data task to create the training and test sets.

  4. We finally use the Take a look function again to visualize the results.

Procedure

Screenshot

Procedure

Screenshot

After importing the adult.set dataset via an Import from Text File task, right-click the task and select Take a look to display the imported data.

The original dataset contains 32561 patterns.

We want to divide the data from the source as follows:

  • 50% of the examples as training set

  • 50% as test set.

We do not need a validation set.





Right-click the Split Data task and select Take a look to display the resulting data.

We can see that the split operation has divided the data into:

  • a training set (16281 patterns)

  • a test set (16280 patterns).



Need to get in touch? https://www.rulex.ai/contact/ - Need a license renewal? https://rulex.atlassian.net/servicedesk/customer/user/login?destination=portals
© 2024 Rulex, Inc. All rights reserved.