cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

Partitioning and cross validation

Sandesh300
Level I

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