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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

How to predict an output on a table of inputs based on a Gaussian Process model ?

Hi,

I am a new user of JMP and I have done a design of experiment (Latin Hypercube) that gives me the values of an output (Y) depending on 3 inputs (X1, X2, X3).

I have then analyzed this (X, X2, X3, Y) table with a Gaussian process model.

 

I now would like to use this model to predict Y on a dedicated table of (X1, X2, X3) values.

Is this possible ?

In the model I can predict Y at one (X1, X2,X3) using the Prediction Profiler, but I would like to do the prediction on a big table of (X1, X2, X3).

 

Regards,

Arthur

1 REPLY 1
cwillden
Super User (Alumni)

Re: How to predict an output on a table of inputs based on a Gaussian Process model ?

Hi @adroit,

Click the red-arrow next to "Gaussian Process Model" in the report and select "Save Prediction Formula."  This will create a new column in your table with a formula that produces the predicted values from the values of X1, X2, and X3.  You can actually just copy the formula over into a new column in the big table you're describing.  If the columns have the exact same names for X1, X2, and X3 between the 2 tables then it should work immediately.

-- Cameron Willden

Recommended Articles