<?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 Qlik AAI Python in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-AAI-Python/m-p/97535#M14246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hoping someone can help me here with setting up the AAI with Python on QlikSense Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the following two examples running:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;A href="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" title="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" target="_blank"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" title="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" target="_blank"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything seems to work with the setup with the server running and the new capabilities added but when opening the example apps I do not get the calculated values (i.e. prediction scores, model accuracies etc.)&lt;/P&gt;&lt;P&gt;So far I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Installed Python 3.6.3 x64&lt;/P&gt;&lt;P&gt;-Installed the required packages&lt;/P&gt;&lt;P&gt;-Added&amp;nbsp; SSEPlugin=SSEPython,localhost:50055;SEEPython,localhost:50072 to my settings.ini&lt;/P&gt;&lt;P&gt;- ran from the command prompt the python files from the folders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I could have got wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:01:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:01:13Z</dc:date>
    <item>
      <title>Qlik AAI Python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-AAI-Python/m-p/97535#M14246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hoping someone can help me here with setting up the AAI with Python on QlikSense Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the following two examples running:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;A href="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" title="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" target="_blank"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" title="http://branch.qlik.com/#!/project/5abcf50a0ec9c198763f8e98" target="_blank"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything seems to work with the setup with the server running and the new capabilities added but when opening the example apps I do not get the calculated values (i.e. prediction scores, model accuracies etc.)&lt;/P&gt;&lt;P&gt;So far I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Installed Python 3.6.3 x64&lt;/P&gt;&lt;P&gt;-Installed the required packages&lt;/P&gt;&lt;P&gt;-Added&amp;nbsp; SSEPlugin=SSEPython,localhost:50055;SEEPython,localhost:50072 to my settings.ini&lt;/P&gt;&lt;P&gt;- ran from the command prompt the python files from the folders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I could have got wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-AAI-Python/m-p/97535#M14246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik AAI Python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-AAI-Python/m-p/97536#M14247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tajana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you correct below function call of example qvf?&lt;/P&gt;&lt;P&gt;PythoneSentiment.Sentiment(text, 'all') -&amp;gt; SSEPython.Sentiment(text, 'all')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't, you should add to your settings.ini this line only - SSEPlugin=PythoneSentiment,localhost:50055&lt;/P&gt;&lt;P&gt;And don't forget to add blank line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Kang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 00:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-AAI-Python/m-p/97536#M14247</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2018-07-11T00:25:14Z</dc:date>
    </item>
  </channel>
</rss>

