cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Sandesh300
Level I

Partitioning and cross validation

Hi, How do I get Partitioning and cross validation on my data ?

1 REPLY 1
SDF1
Super User

Re: Partitioning and cross validation

Hi @Sandesh300 ,

 

  You need to create a validation column and partition the data into training, validation, and test sets (or just training and validation). Or, you can also create a K-fold validation column -- but not all modeling platforms allow for K-fold validation.

 

  When you partition, you want to take into considering the data that you're modeling by stratifying the validation column, and of course need to also consider how you're going to split the data -- how much goes into each type of data set for the validation column.

 

Hope this helps!,

DS

Recommended Articles