<?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: Build a Auto ML Experiment in Qlik Predict</title>
    <link>https://community.qlik.com/t5/Qlik-Predict/Build-a-Auto-ML-Experiment/m-p/2545321#M1207</link>
    <description>&lt;P&gt;Hey my fellow MVP,&lt;/P&gt;&lt;P&gt;This is a classic recommendation problem, or a Market Basket. Since you do not have a target column yet, the solution is in how you prepare the data. You will need to work more on the data preparation to create a target column. If I can summarize in steps, I would say this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Create your Target&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You need to define a target by using your historical data. Split your data into two time periods. Use the first period (the past) to build your customer features, and use the second period (the future) to identify what they actually purchased. That future purchase becomes your Target Column.&lt;/P&gt;&lt;P&gt;Qlik Predict needs a specific outcome to learn from. You should transform your data so each row is a unique customer. Use a "Point-in-Time" split:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;The Past:&lt;/STRONG&gt; Aggregate their activity (total spend, frequency, last category) up to a specific date.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The Future:&lt;/STRONG&gt; Look at what they actually bought after that date. This becomes your Target Column (e.g., "Next_Product_Category").&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;2. Engineering Features in Qlik&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To give the model the best chance, calculate these attributes for each customer in your script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Recency&lt;/STRONG&gt;: Number of days since their last transaction.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Frequency&lt;/STRONG&gt;: Total number of distinct orders.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Monetary&lt;/STRONG&gt;: Average or total spend.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Last Purchase&lt;/STRONG&gt;: The specific category or item from their most recent order.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;3. Running the Experiment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once your table is ready with the features and the Target Column, load it into Qlik Predict. Select your "Next Purchase" column as the target.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the data is very simple, you can also use Market Basket Analysis (Association Rules) directly in Qlik using set analysis to identify items that are frequently bought together.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Count({&amp;lt;OrderID = P({&amp;lt;ProductName = {'$(vAnchorProduct)'}&amp;gt;} OrderID)&amp;gt;} Distinct OrderID)&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 18:30:50 GMT</pubDate>
    <dc:creator>igoralcantara</dc:creator>
    <dc:date>2026-03-23T18:30:50Z</dc:date>
    <item>
      <title>Build a Auto ML Experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Build-a-Auto-ML-Experiment/m-p/2545088#M1206</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i have one dataset attached to build a AutoML experiment&amp;nbsp; its historical data and i dont have target column we need to derive&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the ask : based on order pattern we need to predict .&lt;/P&gt;&lt;P&gt;"&amp;nbsp; use historical order patterns to predict what a customer is most likely to buy next (Cross-sell/Up-sell)."&lt;/P&gt;&lt;P&gt;can someone guide me the steps and ideas ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 16:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Build-a-Auto-ML-Experiment/m-p/2545088#M1206</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2026-03-18T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Build a Auto ML Experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Build-a-Auto-ML-Experiment/m-p/2545321#M1207</link>
      <description>&lt;P&gt;Hey my fellow MVP,&lt;/P&gt;&lt;P&gt;This is a classic recommendation problem, or a Market Basket. Since you do not have a target column yet, the solution is in how you prepare the data. You will need to work more on the data preparation to create a target column. If I can summarize in steps, I would say this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Create your Target&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You need to define a target by using your historical data. Split your data into two time periods. Use the first period (the past) to build your customer features, and use the second period (the future) to identify what they actually purchased. That future purchase becomes your Target Column.&lt;/P&gt;&lt;P&gt;Qlik Predict needs a specific outcome to learn from. You should transform your data so each row is a unique customer. Use a "Point-in-Time" split:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;The Past:&lt;/STRONG&gt; Aggregate their activity (total spend, frequency, last category) up to a specific date.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The Future:&lt;/STRONG&gt; Look at what they actually bought after that date. This becomes your Target Column (e.g., "Next_Product_Category").&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;2. Engineering Features in Qlik&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To give the model the best chance, calculate these attributes for each customer in your script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Recency&lt;/STRONG&gt;: Number of days since their last transaction.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Frequency&lt;/STRONG&gt;: Total number of distinct orders.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Monetary&lt;/STRONG&gt;: Average or total spend.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Last Purchase&lt;/STRONG&gt;: The specific category or item from their most recent order.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;3. Running the Experiment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once your table is ready with the features and the Target Column, load it into Qlik Predict. Select your "Next Purchase" column as the target.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the data is very simple, you can also use Market Basket Analysis (Association Rules) directly in Qlik using set analysis to identify items that are frequently bought together.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Count({&amp;lt;OrderID = P({&amp;lt;ProductName = {'$(vAnchorProduct)'}&amp;gt;} OrderID)&amp;gt;} Distinct OrderID)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 18:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Build-a-Auto-ML-Experiment/m-p/2545321#M1207</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2026-03-23T18:30:50Z</dc:date>
    </item>
  </channel>
</rss>

