cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

Python JMP génération

Bonjour,
 
Je suis bloqué sur la variable outdata que je comprend pas.
 
Je comprend pas pourquoi on appel outdata dans la fonction.
 
 
 
def score(indata, outdata:(

    #les formules de prédiction

    outdata[u"Predicted 10900:VBGtj:vbgtja FRA_1"] =

    return outdata[u"Predicted 10900:VBGtj:vbgtja FRA_1"]
2 REPLIES 2
Georg
Level VII

Re: Python JMP génération

I'm not sure what you want to do, if you want to apply a JMP model in python, probably these threads may be helpful:

https://community.jmp.com/t5/Discussions/Transfer-jmp-model-script-to-python/m-p/196876

https://community.jmp.com/t5/Discussions/error-when-run-python-code-created-through-JMP-formula-depo...

 

 

Georg

Re: Python JMP génération

J'essais de comprendre par quoi je doit remplacer outdata. Je sais que indata je met mon fichier de donnée mais outdata je comprend pas. Je comprend pas déjà pourquoi elle est appelé ? 

Recommended Articles