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
showtime287
Level I

Possible to extract Prediction Formula as a one line formula in script?

Hello, 

 

After creating a prediction formula (say from a Neural Network) and a column is created, I can right click on that column and click "formula" and view the created formula.  I then am able to "click and drag" the equation into a text file as a one line equation. 

 

My question: Is it possible to script this process?  I want to save off that formula without having to do the above process every time.  (I already have a script that will run the neural network, etc. just nothing that can save off that single line formula).

 

Thank you for your time!

10 REPLIES 10
showtime287
Level I

Re: Possible to extract Prediction Formula as a one line formula in script?

Interesting, so maybe if I can breakout the formula by "Save Formula" instead of selecting "Save Profile Formulas" then I may be able to piece the entire formula together. 

Recommended Articles