<?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: Does clustering helps improve regression predictions? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782306#M8978</link>
    <description>Agreed, it's context and data dependent.</description>
    <pubDate>Wed, 24 Nov 2021 20:33:44 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-11-24T20:33:44Z</dc:date>
    <item>
      <title>Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782297#M8976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be grateful if any one could kindly tell me if&amp;nbsp;clustering of observations, and clustering of variables improve the results of regression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shibbir&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 19:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782297#M8976</guid>
      <dc:creator>shibbir63</dc:creator>
      <dc:date>2021-11-24T19:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782305#M8977</link>
      <description>&lt;P&gt;I think it depends on the data, and I'm not aware of any global advice here (maybe others do have some advice). It would also help if you described your data and why you think clustering exists and would help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could always try it both ways and see how good the regressions fit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 20:29:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782305#M8977</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-24T20:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782306#M8978</link>
      <description>Agreed, it's context and data dependent.</description>
      <pubDate>Wed, 24 Nov 2021 20:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782306#M8978</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-11-24T20:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782311#M8979</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/349308"&gt;@shibbir63&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am in favor of this statement made by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;You could always try it both ways and see how good the regressions fit.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Clustering of observations :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I suppose you mean making a few segments in your observations and then fitting one model per segment. For example one model for smokers and another model for non-smokers or one model per gender.&lt;BR /&gt;This can be beneficial of course, given the segments remain big enough.&lt;BR /&gt;It can also be done with one overall model for sure but that overall model can be quite complex and full of interactions if the explanatory variables explain the response / target very differently for your multiple segments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Clustering of variables :&lt;BR /&gt;&lt;/STRONG&gt;That's a very good idea (to combat multi-collinearity and to do dimension reduction for example).&lt;BR /&gt;I do it almost always.&lt;BR /&gt;A decade ago I always used PROC VARCLUS (SAS/Stat) for this, but nowadays there are multiple techniques that you can use (feature construction from variable clusters). See Model Studio (SAS VIYA) doc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 20:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782311#M8979</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-24T20:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782319#M8980</link>
      <description>Interesting &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I interpreted 'clustering of observations' more to how you'd define a strata but essentially one you don't know. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 21:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782319#M8980</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-11-24T21:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782320#M8981</link>
      <description>Hi Koen,&lt;BR /&gt;&lt;BR /&gt;Many thanks. This is really helpful.!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Shibbir</description>
      <pubDate>Wed, 24 Nov 2021 21:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782320#M8981</guid>
      <dc:creator>shibbir63</dc:creator>
      <dc:date>2021-11-24T21:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does clustering helps improve regression predictions?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782441#M8997</link>
      <description>Yes. I think so.  &lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; might have some words ?</description>
      <pubDate>Thu, 25 Nov 2021 13:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Does-clustering-helps-improve-regression-predictions/m-p/782441#M8997</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-11-25T13:03:19Z</dc:date>
    </item>
  </channel>
</rss>

