- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Python JMP generation
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Python JMP génération
Created:
Feb 8, 2023 02:31 PM
| Last Modified: Feb 8, 2023 11:35 AM
(921 views)
| Posted in reply to message from ChiSquareErmine 02-08-2023
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
Georg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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é ?