<?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: How to understand Qlik Auto ML  ( How different algorithm suggestion Linear Reg vs Catbosst Reg in Qlik Predict</title>
    <link>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2078686#M538</link>
    <description>&lt;P&gt;Thank you for your explanation&amp;nbsp; more clearly for whole algorithm that meet with my dataset.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 01:14:42 GMT</pubDate>
    <dc:creator>Werapat_2538</dc:creator>
    <dc:date>2023-06-01T01:14:42Z</dc:date>
    <item>
      <title>How to understand Qlik Auto ML  ( How different algorithm suggestion Linear Reg vs Catbosst Reg</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2071625#M521</link>
      <description>&lt;P&gt;I try to explore the Machine learning in Qlik auto ML and compare with normal use machine learning in python&amp;nbsp; what is the different thing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werapat_2538_0-1684202150869.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107240i44324778F5A9974F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werapat_2538_0-1684202150869.png" alt="Werapat_2538_0-1684202150869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the first of all I try to apply to use&amp;nbsp; Qlik Auto ML by using&amp;nbsp; &amp;nbsp;Regression&amp;nbsp; to predict the sales with my dataset after i upload the data&amp;nbsp; found that qlik show the experiment with&amp;nbsp;&lt;SPAN&gt;algorithm many suggestion&amp;nbsp; ; and&amp;nbsp; &lt;STRONG&gt;rank to top&amp;nbsp;algorithm to use Catbosst Reg&lt;/STRONG&gt; to use&amp;nbsp; these&amp;nbsp;algorithm has&amp;nbsp;R2 around 98%&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;second test I try to apply same dataset to the python and use library Sklearn for&amp;nbsp; use Linear&amp;nbsp; Regression&amp;nbsp;&amp;nbsp;but found that the result of R2 just only 14%&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;the Question is&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;algorithm suggestion in Qlik sense is suitable to apply right&amp;nbsp; as Catboost Reg?&amp;nbsp;&amp;nbsp;that has a more reliable to apply&amp;nbsp; ?&amp;nbsp; &amp;nbsp;&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;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 01:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2071625#M521</guid>
      <dc:creator>Werapat_2538</dc:creator>
      <dc:date>2023-05-16T01:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to understand Qlik Auto ML  ( How different algorithm suggestion Linear Reg vs Catbosst Reg</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2078513#M523</link>
      <description>&lt;P&gt;Tree-based (including gradient boosted, like CatBoost) algorithms are very good at predicting on non-linear data patterns, where as linear regression is really only effective if the patterns in your data are linear.&lt;/P&gt;
&lt;P&gt;Since CatBoost was selected as the best R2 score (and, as you can see in your screenshot, linear regression scored at 13%), your data likely contains non-linear patterns. Beyond that, CatBoost in particular excels on datasets that have large amounts of categorical data.&lt;/P&gt;
&lt;P&gt;With that said, a tree-based/gradient boosted algorithm is likely the most effective for your dataset based on the predictors (features) in your data. You can see all the algorithms that meet this definition (CatBoost, XGBoost, LightGBM, and Random Forest) all score very well compared to linear-based algorithms (such as Linear Regression and SGD).&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 16:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2078513#M523</guid>
      <dc:creator>Kyle_Jourdan</dc:creator>
      <dc:date>2023-05-31T16:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to understand Qlik Auto ML  ( How different algorithm suggestion Linear Reg vs Catbosst Reg</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2078686#M538</link>
      <description>&lt;P&gt;Thank you for your explanation&amp;nbsp; more clearly for whole algorithm that meet with my dataset.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 01:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-to-understand-Qlik-Auto-ML-How-different-algorithm/m-p/2078686#M538</guid>
      <dc:creator>Werapat_2538</dc:creator>
      <dc:date>2023-06-01T01:14:42Z</dc:date>
    </item>
  </channel>
</rss>

