The following JSL build validation operation(Make Validation Column) with JMP 15 has an error.But this code works fine in version 14.
dt = Current Data Table();
dt<<Make Validation Column(Training Set(0.34),Validation Set(0.33),Test Set(0.33),Cutpoint(:code));
How to modify JSL, thank you!
I can confirm that this is a bug in JMP 15 that will be addressed in JMP 16.
I ran the JSL under both JMP 14.3 and JMP 15.0 and is ran without error. If the error continues, I suggest that you contact JMP support @
support@jmp.com
I think I can reproduce this problem if the :code column is not continuous. Is that the case in your example? Can you turn it into a continuous column to work around the problem?
I can confirm that this is a bug in JMP 15 that will be addressed in JMP 16.
Thank Jeff!
Thank you for keeping track.
This post also please try if you have this situation:
When the operating system is not In English,
When the column name of the data table is not in English and the CSV file is exported with JMP, the CSV format obtained is not normal.