cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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