<?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: publish prediction formula in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/757733#M93844</link>
    <description>&lt;P&gt;If I remember correctly that file (jmp_score.py) is found from JMP installation folder.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/generate-scoring-code-from-the-formula-depot-platform.shtml" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/generate-scoring-code-from-the-formula-depot-platform.shtml&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1716309217175.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64447i73CF920EE7499786/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1716309217175.png" alt="jthi_0-1716309217175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 16:33:55 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-05-21T16:33:55Z</dc:date>
    <item>
      <title>publish prediction formula</title>
      <link>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/757707#M93843</link>
      <description>&lt;P&gt;hello.&lt;BR /&gt;i have a question&lt;BR /&gt;i need the python code of the neural method ,for this reason i use&amp;nbsp;publish prediction formula part&lt;BR /&gt;but when i run the code i get an error :&lt;BR /&gt;((&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ModuleNotFoundError&lt;/SPAN&gt;                       Traceback (most recent call last)
&lt;SPAN class=""&gt;~\AppData\Local\Temp\ipykernel_11660\144293927.py&lt;/SPAN&gt; in &lt;SPAN class=""&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=""&gt;      1&lt;/SPAN&gt; &lt;SPAN class=""&gt;from&lt;/SPAN&gt; __future__ &lt;SPAN class=""&gt;import&lt;/SPAN&gt; division
&lt;SPAN class=""&gt;----&amp;gt; 2&lt;/SPAN&gt; &lt;SPAN class=""&gt;import&lt;/SPAN&gt; jmp_score &lt;SPAN class=""&gt;as&lt;/SPAN&gt; jmp
&lt;SPAN class=""&gt;      3&lt;/SPAN&gt; &lt;SPAN class=""&gt;from&lt;/SPAN&gt; math &lt;SPAN class=""&gt;import&lt;/SPAN&gt; &lt;SPAN class=""&gt;*&lt;/SPAN&gt;
&lt;SPAN class=""&gt;      4&lt;/SPAN&gt; &lt;SPAN class=""&gt;import&lt;/SPAN&gt; numpy &lt;SPAN class=""&gt;as&lt;/SPAN&gt; np
&lt;SPAN class=""&gt;      5&lt;/SPAN&gt; 

&lt;SPAN class=""&gt;ModuleNotFoundError&lt;/SPAN&gt;: No module named 'jmp_score'&lt;/PRE&gt;&lt;P&gt;))&lt;BR /&gt;what should i do ?!!&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 15:47:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/757707#M93843</guid>
      <dc:creator>maryam_nourmand</dc:creator>
      <dc:date>2024-05-21T15:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: publish prediction formula</title>
      <link>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/757733#M93844</link>
      <description>&lt;P&gt;If I remember correctly that file (jmp_score.py) is found from JMP installation folder.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/generate-scoring-code-from-the-formula-depot-platform.shtml" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/generate-scoring-code-from-the-formula-depot-platform.shtml&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1716309217175.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64447i73CF920EE7499786/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1716309217175.png" alt="jthi_0-1716309217175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 16:33:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/757733#M93844</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-21T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: publish prediction formula</title>
      <link>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/760380#M93876</link>
      <description>&lt;P&gt;thanks for your answer&lt;BR /&gt;now i can run the code without gettiong ERROR&lt;BR /&gt;but another problem is&lt;BR /&gt;the results of python code are diffrent from the result of jmp software&lt;BR /&gt;why ?!!!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 18:12:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/publish-prediction-formula/m-p/760380#M93876</guid>
      <dc:creator>maryam_nourmand</dc:creator>
      <dc:date>2024-05-22T18:12:45Z</dc:date>
    </item>
  </channel>
</rss>

