Why can't this JSL run in JMP15?
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!
jay_holavarri