<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: jmp sur python in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/598102#M80175</link>
    <description>&lt;P&gt;Don't know if I understood right, I think the beginning should look like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;from __future__ import division

import sys
sys.path.append("C:/Program Files/SAS/JMPPRO/17/Scoring/Python/")
import jmp_score as jmp 

from math import *
import numpy as np&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You probably need to adapt the path to your installation directory.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 16:50:43 GMT</pubDate>
    <dc:creator>Georg</dc:creator>
    <dc:date>2023-02-07T16:50:43Z</dc:date>
    <item>
      <title>jmp sur python</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/596714#M80033</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J'essaie d'utiliser python pour comparer les résultat obtenu sur JMP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J'ai donc mon code généré par JMP mais je doit l'appliquer sur python et j'arrive à rien générer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;j'arrive pas à "&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; jmp_score &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;jmp " &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;qui me sort des erreurs&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Import "jmp_score" could not be resolved&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Si quelqu'un ce connais en python et sait comment faire&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Jun 2023 14:59:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/596714#M80033</guid>
      <dc:creator>ChiSquareErmine</dc:creator>
      <dc:date>2023-06-08T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: jmp sur python</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/596789#M80048</link>
      <description>&lt;P&gt;I think you have to set the right path, you can find the .py file under installation directory of your JMP:&lt;/P&gt;&lt;P&gt;"INSTALLATION_FOLDER\SAS\JMP\17\Scoring\Python\jmp_score.py"&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;open("$JMP_HOME\Scoring\Python\jmp_score.py");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 12:14:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/596789#M80048</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2023-02-03T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: jmp sur python</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/596794#M80049</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;__future__&lt;/SPAN&gt; &lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;division&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; jmp_score &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;jmp&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;math&lt;/SPAN&gt; &lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; *&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;numpy&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;np&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;getModelMetadata&lt;/SPAN&gt;&lt;SPAN&gt;():&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Mon début de code ressemble à cela, tu propose de mettre le open dès le début ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Feb 2023 13:55:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/596794#M80049</guid>
      <dc:creator>ChiSquareErmine</dc:creator>
      <dc:date>2023-02-03T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: jmp sur python</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/598102#M80175</link>
      <description>&lt;P&gt;Don't know if I understood right, I think the beginning should look like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;from __future__ import division

import sys
sys.path.append("C:/Program Files/SAS/JMPPRO/17/Scoring/Python/")
import jmp_score as jmp 

from math import *
import numpy as np&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You probably need to adapt the path to your installation directory.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 16:50:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/598102#M80175</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2023-02-07T16:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: jmp sur python</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/598283#M80192</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 02:53:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-sur-python/m-p/598283#M80192</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-02-08T02:53:22Z</dc:date>
    </item>
  </channel>
</rss>

