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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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