Hello
I am working with JMP PRO 2013. I am using partition method( bootstrap forest) for prediction. I also created a validation column which can split my data into training data, test data and validation data. My question is how can i test my data on training data.
For instance in R , you split your data into training and test data and then you predict on the same training data.
It would be great if someone can help me with this.