Partition
  • 23 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Partition

  • Dark
    Light

Article summary

Description

The Partition node is used to split a data set randomly, using a predefined seed number. A new column will be created with the value 'TEST' or 'TRAIN' for each row.

Configuration Options

Basic Configuration Options

SettingDescription\Parameters
Training FractionPercent of the data set that will have the value 'TRAIN' assigned to it.
Test FractionPercent of the data set that will have the value 'TEST' assigned to it.
Random SeedNumber used to seed the random split between the test and training fraction. Changing this number will change the random distribution.

Was this article helpful?

What's Next