cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar

how to run python script extracted by Formula Depot

Hi all, i follow instructions then extract python codes.

But i dont know how to use python code

who willing explain me?

 

1 REPLY 1

Re: how to run python script extracted by Formula Depot

 

The scoring code generation generates a model in C, Python, SAS, SQL, ... I creates functions encapsulating the model which you can then call from your own code. 

 

https://community.jmp.com/t5/Discovery-Summit-2016/Scoring-Outside-the-Box/ta-p/22381

https://community.jmp.com/t5/Discussions/JMP-for-Machine-Learning-and-Score-Code-Deployment/td-p/415...

 

See examples on the community and the web, and JMP documentation.

 

JMP scoring code generated before 18 will not run in JMP 18 within the embedded Python environment due to a namespace clash, the scoring code utilizes the package namespace 'jmp'. In 18 this has been changed to 'jmp_score' as the namespace to avoid conflict with the new 'jmp' namespace containing access to data tables and columns.  If you are running outside of JMP generated models should work regardless of being generated in < 18 or > 18.   JMP models generated with 18 should work fine in prior JMP environments, but prior models will not run in 18, without being regenerated in 18.