<?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 Help : Modeling with Enterprise Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212885#M3035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two data sources (data sets). One is a training dataset in which i have developed a decision tree model.&amp;nbsp; The other one is a out-of-time validation sample. I am trying to calculate AUC based on predicted probabilities drawn from model on training sample. In SAS enterprise miner, there is an option to define % of data for training, validation and test. But i have these samples in two separate datasets. How can i calculate AUC on out-of-time sample? And where predicted&amp;nbsp; probability column is saved against each rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 20:56:05 GMT</pubDate>
    <dc:creator>Ujjawal</dc:creator>
    <dc:date>2015-07-28T20:56:05Z</dc:date>
    <item>
      <title>Help : Modeling with Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212885#M3035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two data sources (data sets). One is a training dataset in which i have developed a decision tree model.&amp;nbsp; The other one is a out-of-time validation sample. I am trying to calculate AUC based on predicted probabilities drawn from model on training sample. In SAS enterprise miner, there is an option to define % of data for training, validation and test. But i have these samples in two separate datasets. How can i calculate AUC on out-of-time sample? And where predicted&amp;nbsp; probability column is saved against each rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 20:56:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212885#M3035</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2015-07-28T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help : Modeling with Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212886#M3036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ujjawal,&lt;/P&gt;&lt;P&gt;To make things easier let's call your "out-of-time validation sample" a &lt;EM&gt;&lt;STRONG&gt;test partition&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;The way to incorporate a test partition in Enterprise Miner, is to set the role of a data source as &lt;STRONG&gt;Test&lt;/STRONG&gt;. You can specify the role of a data source during step 7 of the Create A Data Source wizard. Another alternative, once you drag-and-drop your data into a diagram, specify the train property "role" as &lt;STRONG&gt;Test&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can connect your Test partition to your flow diagram. I tend to connect my test data after a partition node, but you can connect it directly to a Model Comparison node. The Model Comparison will calculate several fit statistics for all your partitions, including the area under the ROC curve (note that it is called &lt;EM&gt;roc index&lt;/EM&gt; in this node). The exported set for your test partition will also have the predicted probability as a new column with the prefix p_&amp;lt;target&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a good practice to include a Data Partition node so that you don't end up with an overtrained model. Since you already have a test partition, you can specify 70 for training and 30 for validation in your data partition node.&lt;/P&gt;&lt;P&gt;Your flow would look like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="11257" alt="test set flow diagram.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/11257_test set flow diagram.png" style="margin-right: auto; margin-left: auto; display: block;" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;-Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 22:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212886#M3036</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-07-28T22:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help : Modeling with Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212887#M3037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a bunch for your detailed answer. Last question - Where output file is saved? The file in which predicted probability (P_1) against each row is stored. Does it calculate automatically? I didn't find any option to look at probability column. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 04:54:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212887#M3037</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2015-07-29T04:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help : Modeling with Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212888#M3038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this thread, it shows you where to click to see the exported data sets. Or you can also use the Save Data node.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/247767"&gt;https://communities.sas.com/message/247767&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 13:33:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Help-Modeling-with-Enterprise-Miner/m-p/212888#M3038</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-07-29T13:33:36Z</dc:date>
    </item>
  </channel>
</rss>

