<?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>article Qlik AutoML: Generate Predictions with AutoML API endpoint connection in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-Generate-Predictions-with-AutoML-API-endpoint/ta-p/2045131</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Introduction&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;With Qlik AutoML, you can generate predictions within the &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-to-upload-model-deploy-and-predict-on-Qlik-Cloud/ta-p/1960164" target="_blank" rel="noopener"&gt;AutoML interface&lt;/A&gt; or via &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-to-generate-predictions-via-API-realtime/ta-p/1995683" target="_blank" rel="noopener"&gt;external API calls&lt;/A&gt;.&amp;nbsp;In this article, we will outline another option for generating predictions with API endpoint connection in Qlik Sense. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;A&amp;nbsp;benefit of using this method is being able to re-run the predictions as a script each time the test or apply data is refreshed. &lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Train and Deploy Model: Upload &lt;A href="https://www.kaggle.com/c/titanic/data" target="_blank" rel="noopener"&gt;titanic survival datasets&lt;/A&gt; (titanic_train.csv and titanic_test.csv) to your Qlik Cloud tenant. We train a model with Survived as the target variable. Then we select CatBoost model (top performer) and deploy this model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deployedmodel.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101921i4DA32FF2ADB71C0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="deployedmodel.png" alt="deployedmodel.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Open app with test data: Instead of selecting 'Create Prediction' from the Deployment overview page. We open up titanic_test.csv as a Qlik Sense App. In this example, we call the app, 'titanic_endpointAPI.'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="testtoapp.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101922i55E63EA53F00CED1/image-size/large?v=v2&amp;amp;px=999" role="button" title="testtoapp.png" alt="testtoapp.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. Create automl section: Navigate to Data Load Editor page and review the Auto-generated code for titanic_test.csv. Click on the '+' button to add a new section, in this article we name the section, automl.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataload1.png" style="width: 933px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101923i3A7B30CF0FEE5ECE/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataload1.png" alt="dataload1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. Create AutoML endpoint connection: On the right hand side, click on 'Create new Connection' and select Qlik AutoML.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_new_connbutton.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101924i08A486BC265026DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_new_connbutton.png" alt="create_new_connbutton.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="endpointSEL.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101925iB1ACFEDDFFB79392/image-size/large?v=v2&amp;amp;px=999" role="button" title="endpointSEL.png" alt="endpointSEL.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Populate parameters within the endpoint connection:&lt;/P&gt;
&lt;P&gt;For ML Deployment, use the model deployed in step #1, titanicsurvival_v1-CATBC.&lt;/P&gt;
&lt;P&gt;For 'Name of Returned Table', we set to titanic_survival. This is the name of the dataset which will contain the predictions and SHAP values from running the test data against the deployed model.&lt;/P&gt;
&lt;P&gt;We opt to only include SHAP and not select apply dataset or errors.&lt;/P&gt;
&lt;P&gt;For the Association Field, we use PassengerId in case we would like to link this new table to the test dataset. If we do not set an Association Field, it will generate automl_row_index value in titanic_survival.&lt;/P&gt;
&lt;P&gt;Lastly, we set AutoML_titanic as the name of the connection. This will be the value displayed on the connections pane in data load editor.&lt;/P&gt;
&lt;P&gt;Test the connection, then click Save.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_connection.png" style="width: 968px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101926i9555B5DEC15017EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_connection.png" alt="create_connection.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6.&amp;nbsp; Generate Endpoint script code: Once the endpoint connection is created, then click on the table icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_connection_available.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101927iB46F66FCDABC6033/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_connection_available.png" alt="create_connection_available.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This will prompt you to select the data you would like to load as the Resident Table. We select titanic_test, and then for Tables, we check mark next to titanic_survival.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="load_script.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101928iA510272118AFBFE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="load_script.png" alt="load_script.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will allow you to 'Insert' the following script to your automl section:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;[titanic_survival]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * EXTENSION endpoints.ScriptEval('{"RequestType":"endpoint", "endpoint":{"connectionname":"AutoML_titanic"}}', titanic_test);&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;7. Load the data: Now you are ready to run, 'Load Data' and view the predicted output within the App.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="loaddata.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101929iD100FB4932175C2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="loaddata.png" alt="loaddata.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datamodelview.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101932iC66BBC45671FA037/image-size/large?v=v2&amp;amp;px=999" role="button" title="datamodelview.png" alt="datamodelview.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;8.&amp;nbsp; Work with data in sheet: With the data loaded, we can make reports with the predicted output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheet_explore.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101930i4B44B16BED55F567/image-size/large?v=v2&amp;amp;px=999" role="button" title="sheet_explore.png" alt="sheet_explore.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik AutoML" id="qlikAutoML"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-To-Get-Started-with-Qlik-AutoML/ta-p/1983296" target="_blank" rel="noopener"&gt;Getting Starting with Qlik AutoML&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 16:24:57 GMT</pubDate>
    <dc:creator>KellyHobson</dc:creator>
    <dc:date>2023-03-03T16:24:57Z</dc:date>
    <item>
      <title>Qlik AutoML: Generate Predictions with AutoML API endpoint connection</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-Generate-Predictions-with-AutoML-API-endpoint/ta-p/2045131</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Introduction&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;With Qlik AutoML, you can generate predictions within the &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-to-upload-model-deploy-and-predict-on-Qlik-Cloud/ta-p/1960164" target="_blank" rel="noopener"&gt;AutoML interface&lt;/A&gt; or via &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-to-generate-predictions-via-API-realtime/ta-p/1995683" target="_blank" rel="noopener"&gt;external API calls&lt;/A&gt;.&amp;nbsp;In this article, we will outline another option for generating predictions with API endpoint connection in Qlik Sense. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;A&amp;nbsp;benefit of using this method is being able to re-run the predictions as a script each time the test or apply data is refreshed. &lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Train and Deploy Model: Upload &lt;A href="https://www.kaggle.com/c/titanic/data" target="_blank" rel="noopener"&gt;titanic survival datasets&lt;/A&gt; (titanic_train.csv and titanic_test.csv) to your Qlik Cloud tenant. We train a model with Survived as the target variable. Then we select CatBoost model (top performer) and deploy this model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deployedmodel.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101921i4DA32FF2ADB71C0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="deployedmodel.png" alt="deployedmodel.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Open app with test data: Instead of selecting 'Create Prediction' from the Deployment overview page. We open up titanic_test.csv as a Qlik Sense App. In this example, we call the app, 'titanic_endpointAPI.'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="testtoapp.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101922i55E63EA53F00CED1/image-size/large?v=v2&amp;amp;px=999" role="button" title="testtoapp.png" alt="testtoapp.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. Create automl section: Navigate to Data Load Editor page and review the Auto-generated code for titanic_test.csv. Click on the '+' button to add a new section, in this article we name the section, automl.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataload1.png" style="width: 933px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101923i3A7B30CF0FEE5ECE/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataload1.png" alt="dataload1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. Create AutoML endpoint connection: On the right hand side, click on 'Create new Connection' and select Qlik AutoML.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_new_connbutton.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101924i08A486BC265026DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_new_connbutton.png" alt="create_new_connbutton.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="endpointSEL.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101925iB1ACFEDDFFB79392/image-size/large?v=v2&amp;amp;px=999" role="button" title="endpointSEL.png" alt="endpointSEL.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Populate parameters within the endpoint connection:&lt;/P&gt;
&lt;P&gt;For ML Deployment, use the model deployed in step #1, titanicsurvival_v1-CATBC.&lt;/P&gt;
&lt;P&gt;For 'Name of Returned Table', we set to titanic_survival. This is the name of the dataset which will contain the predictions and SHAP values from running the test data against the deployed model.&lt;/P&gt;
&lt;P&gt;We opt to only include SHAP and not select apply dataset or errors.&lt;/P&gt;
&lt;P&gt;For the Association Field, we use PassengerId in case we would like to link this new table to the test dataset. If we do not set an Association Field, it will generate automl_row_index value in titanic_survival.&lt;/P&gt;
&lt;P&gt;Lastly, we set AutoML_titanic as the name of the connection. This will be the value displayed on the connections pane in data load editor.&lt;/P&gt;
&lt;P&gt;Test the connection, then click Save.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_connection.png" style="width: 968px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101926i9555B5DEC15017EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_connection.png" alt="create_connection.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6.&amp;nbsp; Generate Endpoint script code: Once the endpoint connection is created, then click on the table icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_connection_available.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101927iB46F66FCDABC6033/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_connection_available.png" alt="create_connection_available.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This will prompt you to select the data you would like to load as the Resident Table. We select titanic_test, and then for Tables, we check mark next to titanic_survival.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="load_script.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101928iA510272118AFBFE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="load_script.png" alt="load_script.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will allow you to 'Insert' the following script to your automl section:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;[titanic_survival]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * EXTENSION endpoints.ScriptEval('{"RequestType":"endpoint", "endpoint":{"connectionname":"AutoML_titanic"}}', titanic_test);&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;7. Load the data: Now you are ready to run, 'Load Data' and view the predicted output within the App.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="loaddata.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101929iD100FB4932175C2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="loaddata.png" alt="loaddata.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datamodelview.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101932iC66BBC45671FA037/image-size/large?v=v2&amp;amp;px=999" role="button" title="datamodelview.png" alt="datamodelview.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;8.&amp;nbsp; Work with data in sheet: With the data loaded, we can make reports with the predicted output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheet_explore.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101930i4B44B16BED55F567/image-size/large?v=v2&amp;amp;px=999" role="button" title="sheet_explore.png" alt="sheet_explore.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik AutoML" id="qlikAutoML"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-To-Get-Started-with-Qlik-AutoML/ta-p/1983296" target="_blank" rel="noopener"&gt;Getting Starting with Qlik AutoML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 16:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-Generate-Predictions-with-AutoML-API-endpoint/ta-p/2045131</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2023-03-03T16:24:57Z</dc:date>
    </item>
  </channel>
</rss>

