Partition
- 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Partition
- Updated on 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Setting | Description\Parameters |
---|---|
Training Fraction | Percent of the data set that will have the value 'TRAIN' assigned to it. |
Test Fraction | Percent of the data set that will have the value 'TEST' assigned to it. |
Random Seed | Number used to seed the random split between the test and training fraction. Changing this number will change the random distribution. |
Was this article helpful?