cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

A script storing a JRP where fit is disabled.

Hi .. 

I am involved w/ a script where I fit Boosted Trees , store to a report. During the run, I also create a summary table for all fit metrics. 

Problem: when the JRP is re-opened from storage, it reperforms BT which is an issue. 

Is there a way to store a JRP where the re-fit ability is disabled , and would simply store last fit model . I want the report to show me the unique state of fit. 

We need interactivity w/ profiler w/ what-ifs & optimization so a journal will not (unfortunately work,  I wish they did, because they are also a lot lighter in size). 

 

thanks in advance

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: A script storing a JRP where fit is disabled.

If you just need the profiler, you don't need to have the platform as you can just use the formula: Graph > Profiler and add your prediction formula. 

image.png

image.png

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: A script storing a JRP where fit is disabled.

If you just need the profiler, you don't need to have the platform as you can just use the formula: Graph > Profiler and add your prediction formula. 

image.png

image.png

-Jarmo
altug_bayram
Level V

Re: A script storing a JRP where fit is disabled.

Jarmo , 

Thanks for the quick response. This will work for my case. I wasn't aware of the profiler being available this way. 

Appreciate the help

Recommended Articles