cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

publish prediction formula

hello.
i have a question
i need the python code of the neural method ,for this reason i use publish prediction formula part
but when i run the code i get an error :
((

ModuleNotFoundError                       Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_11660\144293927.py in <module>
      1 from __future__ import division
----> 2 import jmp_score as jmp
      3 from math import *
      4 import numpy as np
      5 

ModuleNotFoundError: No module named 'jmp_score'

))
what should i do ?!!

2 REPLIES 2
jthi
Super User

Re: publish prediction formula

If I remember correctly that file (jmp_score.py) is found from JMP installation folder.

https://www.jmp.com/support/help/en/17.2/#page/jmp/generate-scoring-code-from-the-formula-depot-plat...

jthi_0-1716309217175.pngjthi_0-1716309217175.png

 

-Jarmo
maryam_nourmand
Level III

Re: publish prediction formula

thanks for your answer
now i can run the code without gettiong ERROR
but another problem is
the results of python code are diffrent from the result of jmp software
why ?!!!

Recommended Articles