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 use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How to import already created validation column in JMP?

I have a dataset in which training and validation data points are already defined. First N rows are training data and remaining are validation data. Data set in Excel file.

Now, how to use already created validation column (in Excel) while performing some analysis in JMP (e.g. neural nets).

1 REPLY 1
txnelson
Super User

Re: How to import already created validation column in JMP?

JMP wants a column called Validation that contains the values "Training" or "Validation".  Therefore, all you need to do is to pass such a structure to JMP from Excel, or after creating the JMP table, create a new Validation column, and to apply a simple formula to set the values in the column based upon the Excel column you are passing.

Jim

Recommended Articles