<?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 Grouping objects by clustering to improve predictive modeling in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178583#M2126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing a predictive modeling in SAS Ent. Min., and I'm trying do the observation grouping to improve the predictive models. So basically what I can't do and really would be great if smb could help, s this.... I did a clustering of my huge data set,&amp;nbsp; I get 5 clusters, so now what I would like to do is to analyse just 2 cluster, but I can't extract those 2 clusters into datasets. I've tried ith SAS code node, and doing it with &amp;amp;EM_metasource_class; &amp;amp;EM_IMPORT_CLUSMEAN and &amp;amp;EM_IMPORT_CLUSSTAT but its not working...so if you have any suggestions...well I just can't wait to learned them:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Feb 2015 21:32:03 GMT</pubDate>
    <dc:creator>kasiacie</dc:creator>
    <dc:date>2015-02-22T21:32:03Z</dc:date>
    <item>
      <title>Grouping objects by clustering to improve predictive modeling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178583#M2126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing a predictive modeling in SAS Ent. Min., and I'm trying do the observation grouping to improve the predictive models. So basically what I can't do and really would be great if smb could help, s this.... I did a clustering of my huge data set,&amp;nbsp; I get 5 clusters, so now what I would like to do is to analyse just 2 cluster, but I can't extract those 2 clusters into datasets. I've tried ith SAS code node, and doing it with &amp;amp;EM_metasource_class; &amp;amp;EM_IMPORT_CLUSMEAN and &amp;amp;EM_IMPORT_CLUSSTAT but its not working...so if you have any suggestions...well I just can't wait to learned them:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 21:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178583#M2126</guid>
      <dc:creator>kasiacie</dc:creator>
      <dc:date>2015-02-22T21:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping objects by clustering to improve predictive modeling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178584#M2127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Kasiacie,&lt;/P&gt;&lt;P&gt;You are on the right track&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to do it.&lt;/P&gt;&lt;P&gt;On your code node use the below to:&lt;/P&gt;&lt;P&gt;-library statement. you can put this subset data on your own library. or if you prefer to do further analysis use &amp;amp;em_export_train (commented out below).&lt;/P&gt;&lt;P&gt;-data step code.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname d "d:\";&lt;/P&gt;&lt;P&gt;*/data &amp;amp;EM_EXPORT_TRAIN/;*&lt;BR /&gt;data d.mycluster2;&lt;BR /&gt;set &amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;where _segment_=2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 14:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178584#M2127</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-02-23T14:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping objects by clustering to improve predictive modeling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178585#M2128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Grouping-objects-by-clustering-to-improve-predictive-modeling/m-p/178585#M2128</guid>
      <dc:creator>kasiacie</dc:creator>
      <dc:date>2015-02-24T12:53:59Z</dc:date>
    </item>
  </channel>
</rss>

