20% of your data is being held back for validation. The validation data is sampled randomly so you will get a different set each time.
If you have JMP Pro you can create a validation column and control the hold-back sample that way. If you don't have Pro, you can try this:
1. Add a new column and initialize the data as a random indicator - by default 20% will have the value 1 and 80% the value 0.
2. Exclude all the rows with value 1
3. Run the Partition platform (with 0 for validation portion),
It should automatically use the excluded rows for validation.
-Dave