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 use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

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

Integrating JMP PRO Python Model (NN) with explainable AI SHAP values

Has anyone successfully connected an integration process in python to take a JMP PRO generated model ( NN ) for example and attempted to run SHAP values on the model? 

 

 

Any ideas or python code to help get across the line would be greatly appreciated. 

 

Here is some great documentation on SHAP 
https://shap.readthedocs.io/en/latest/example_notebooks/overviews/An%20introduction%20to%20explainab...

 

SHAP is model agnostic, I am just trying to figure out the specific code to incorporate JMP Generated models into

shap.KernelExplainer

function :more here https://shap.readthedocs.io/en/latest/example_notebooks/tabular_examples/model_agnostic/Simple%20Ker...

 

SAS VIYA has it already integrated in the software, so I am optimistic we can figure out a solution to get it incorporated into JMP at some point as an add-in.

 

 

https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4502-2020.pdf

 

 

Thank you! 

1 REPLY 1

Re: Integrating JMP PRO Python Model (NN) with explainable AI SHAP values

Hi @Sizemokj Beginning in JMP Pro v.17, Shapley values are available as an option in the prediction profiler.

https://www.jmp.com/support/help/en/17.0/#page/jmp/prediction-profiler-options.shtml

 

Nicholas.Shelton@jmp.com

Recommended Articles