<?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 How to send data and retrieve data from Qlik ML model through Advanced Analytics Connector in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-send-data-and-retrieve-data-from-Qlik-ML-model-through/m-p/1981446#M17355</link>
    <description>&lt;P&gt;How to send data and retrieve data from Qlik ML model through Advanced Analytics Connector??&lt;BR /&gt;&lt;BR /&gt;I am trying to send the data to Qlik ML model which is been created using Qlik ML experiment. I want to predict and use the data in Qlik analytics app.&lt;BR /&gt;&lt;BR /&gt;Could anyone please help me on this?&lt;/P&gt;
&lt;P&gt;Script in data load editor:&lt;/P&gt;
&lt;P&gt;Temp1:&lt;BR /&gt;LOAD&lt;BR /&gt;Customer_ID,&lt;BR /&gt;Customer,&lt;BR /&gt;Gender,&lt;BR /&gt;Location,&lt;BR /&gt;Target&lt;BR /&gt;FROM [lib://Qlik Active Intelligence Challenge:DataFiles/Iteration_4_Simple_Training.csv]&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Res_Table:&lt;BR /&gt;Load * &lt;BR /&gt;Resident Temp1;&lt;BR /&gt;Drop table Temp1;&lt;BR /&gt;&lt;STRONG&gt;[Return_Table]:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD * EXTENSION endpoints.ScriptEval('{"RequestType":"endpoint", "endpoint":{"connectionname":"Qlik Automation:Advanced_Analytics"}}', Res_Table);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;URL:&amp;nbsp;&lt;A href="https://tenant.com/api/v1/automl-deployments/XYZ/realtime-predictions" target="_blank" rel="noopener"&gt;https://tenant.com/api/v1/automl-deployments/XYZ/realtime-predictions&lt;/A&gt;&lt;BR /&gt;Method: Post&lt;BR /&gt;Content Type: application/json&lt;BR /&gt;Authentication method: Bearer Token&lt;BR /&gt;Token Scheme: Bearer&lt;BR /&gt;Bearer: ABC&lt;BR /&gt;Time stamp: yyyy-MM-dd HH:mm:ss&lt;BR /&gt;Name of the return table: Return_Table&lt;BR /&gt;Table path: [*]&lt;BR /&gt;&lt;BR /&gt;Error received while loading data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venkadesh_Ponnu_0-1663240863201.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89168i3D4058A96C244204/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venkadesh_Ponnu_0-1663240863201.png" alt="Venkadesh_Ponnu_0-1663240863201.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik AutoML" id="qlikAutoML"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22488"&gt;@NadiaB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/198099"&gt;@Chokiha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 11:29:10 GMT</pubDate>
    <dc:creator>Venkadesh_Ponnu</dc:creator>
    <dc:date>2022-09-15T11:29:10Z</dc:date>
    <item>
      <title>How to send data and retrieve data from Qlik ML model through Advanced Analytics Connector</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-send-data-and-retrieve-data-from-Qlik-ML-model-through/m-p/1981446#M17355</link>
      <description>&lt;P&gt;How to send data and retrieve data from Qlik ML model through Advanced Analytics Connector??&lt;BR /&gt;&lt;BR /&gt;I am trying to send the data to Qlik ML model which is been created using Qlik ML experiment. I want to predict and use the data in Qlik analytics app.&lt;BR /&gt;&lt;BR /&gt;Could anyone please help me on this?&lt;/P&gt;
&lt;P&gt;Script in data load editor:&lt;/P&gt;
&lt;P&gt;Temp1:&lt;BR /&gt;LOAD&lt;BR /&gt;Customer_ID,&lt;BR /&gt;Customer,&lt;BR /&gt;Gender,&lt;BR /&gt;Location,&lt;BR /&gt;Target&lt;BR /&gt;FROM [lib://Qlik Active Intelligence Challenge:DataFiles/Iteration_4_Simple_Training.csv]&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Res_Table:&lt;BR /&gt;Load * &lt;BR /&gt;Resident Temp1;&lt;BR /&gt;Drop table Temp1;&lt;BR /&gt;&lt;STRONG&gt;[Return_Table]:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD * EXTENSION endpoints.ScriptEval('{"RequestType":"endpoint", "endpoint":{"connectionname":"Qlik Automation:Advanced_Analytics"}}', Res_Table);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;URL:&amp;nbsp;&lt;A href="https://tenant.com/api/v1/automl-deployments/XYZ/realtime-predictions" target="_blank" rel="noopener"&gt;https://tenant.com/api/v1/automl-deployments/XYZ/realtime-predictions&lt;/A&gt;&lt;BR /&gt;Method: Post&lt;BR /&gt;Content Type: application/json&lt;BR /&gt;Authentication method: Bearer Token&lt;BR /&gt;Token Scheme: Bearer&lt;BR /&gt;Bearer: ABC&lt;BR /&gt;Time stamp: yyyy-MM-dd HH:mm:ss&lt;BR /&gt;Name of the return table: Return_Table&lt;BR /&gt;Table path: [*]&lt;BR /&gt;&lt;BR /&gt;Error received while loading data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venkadesh_Ponnu_0-1663240863201.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89168i3D4058A96C244204/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venkadesh_Ponnu_0-1663240863201.png" alt="Venkadesh_Ponnu_0-1663240863201.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik AutoML" id="qlikAutoML"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22488"&gt;@NadiaB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/198099"&gt;@Chokiha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 11:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-send-data-and-retrieve-data-from-Qlik-ML-model-through/m-p/1981446#M17355</guid>
      <dc:creator>Venkadesh_Ponnu</dc:creator>
      <dc:date>2022-09-15T11:29:10Z</dc:date>
    </item>
  </channel>
</rss>

