cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
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é ?