cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
View Original Published Thread

Python JMP generation

ChiSquareErmine
Level I
Good morning,
 
I'm stuck on the outdata variable which I don't understand.
 
I don't understand why we call outdata in the function.
 
 
 
def score ( indata , outdata

#prediction formulas

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

return outdata[ a "Predicted 10900:VBGtj:vbgtja FRA_1" ]

This post originally written in French and has been translated for your convenience. When you reply, it will also be translated back to French .

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é ?