cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
] />

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