<?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: Use of cut off node in SAS EMiner 7.1 in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160147#M1693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me take couple of steps back and put some new questions I have encountered using cut off. The background of the study is still the same. Find english rules/patterns which differentiate the target from non target records, where the target records are way to low as compared to the non target ones. Their proportions are: approx 1%:99%. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The refined approach is as follows: Input Data --&amp;gt; Sample --&amp;gt; Data Partition --&amp;gt; Decision Tree --&amp;gt; Cut Off &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the features of the each of the nodes: &lt;/P&gt;&lt;P&gt;1) Input Data : Adjusted Priors and Decision Weights are being used. Adjusted Priors are kept same as Original Priors and Decision Weights are used to assign relative importance of each outcome of (TP, FP, TN, FN). &lt;/P&gt;&lt;P&gt;2) Sample Node: All target = Y (10%) and 9 times the number of targets are chosen randomly from non targets (90%). Proportion of target to non target is now 10%:90% in sample. &lt;/P&gt;&lt;P&gt;3) Decision Tree Node: Used default setting from property panel, except for "Use Decisions" (in Split search) is enabled to Yes. &lt;/P&gt;&lt;P&gt;4) Cut off node: Cut off node is run once to obtain the model diagnostics table (the one which has Count of TP/FP/TN, rates etc for cut off from 0.99 to 0.0 in increments of 0.1). A code was inserted to calculate the average profit column additionally, and determine the new cut off threshold. The average profit got maximized at 0.06 % as the threshold. &lt;STRONG&gt;This however happened only for one iteration with a specific random seed in the sample node. For other seeds, the tree didnt grow at all. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions: &lt;/P&gt;&lt;P&gt;1) Input Data: Is the use of adjusted priors same as original priors and decision weights justified if I am deriving patterns from a more balanced sample than using the original population. A research paper by Tamara Slipchenko (titled: "Case Study: Development of an HIV casefinding algorithm with SAS® Enterprise Miner™) says we need to use both the adjusted priors and decision weights.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Sample Node: Is it necessary to use balanced sample during iterations? When I selected a balanced sample, the tree hardly grew to 2 to 3 levels, as against to 6 levels when the proportion of target to non target was 10%:90%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Decision Tree Node: SAS EMiner Help Menu doesnt really explain the terms: "Use Decisions" and "Use Priors" in "Split Search". Could you let me know the usage of these options under standard scenarios?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Cut off node: I choose the new cut off of 0.06 from the updated model diagnostics table as explained in the earlier paragraphs for cut off node. When I run the cut off node with the new threshold, the pattern of the tree/tree structure doesnt change at all, (this is as per your earlier response). However, I find instances of 2 leaf nodes (from the same parent node) one has Y% = 30 and other as 65%, if i use the new cut-off to include additional rules, both of these leaf nodes give the same decision = Y. So, in that case would it mean that the variable used for split loses its significance, or I should be considering the parent node instead. Even in the latter case, this can again create a conflict with another leaf node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help from you and other experienced users would be highly appreciated. Like wise do suggest any other alternate process flow, by which I can make my results more generic and not only on basis of a selected sample of all target and undersampled non targets. I have tried other techniques like Rule Induction, Gradient Boosting etc, but the results were not encouraging (zero count in TP and FP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 05:03:08 GMT</pubDate>
    <dc:creator>ajosh</dc:creator>
    <dc:date>2013-12-19T05:03:08Z</dc:date>
    <item>
      <title>Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160145#M1691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a classification problem on an imbalanced dataset (binary target with Y:N = approx 1%:99%). I have to figure out the "english rules" which differentiate the target from non target. To accomplish this, I am using the following 2 approaches:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Input Data --&amp;gt; Filter (to remove irrelevant records) --&amp;gt; Sample (20:80 == Y:N) --&amp;gt; Data Partition --&amp;gt; Decision Tree --&amp;gt; Cut off node. Adjusted Priors (to counter the effect of balanced sampling) have been used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Input Data --&amp;gt; Filter (to remove irrelevant records) --&amp;gt; Data Partition --&amp;gt; Start Group Node --&amp;gt; Decision Tree --&amp;gt; End Group node. I am using the boosting option from start group node properties. I get fairly good results from this approach, even if I am not used adjusted priors and decision weights. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions on Approach 1: &lt;/P&gt;&lt;P&gt;In the first approach, the cut off node was run twice (once at default 0.5 value and second at a lower threshold). The decision tree results didnt change due to this.&lt;/P&gt;&lt;P&gt;a) So does it mean that the new threshold can be applied only for scoring purpose only?&lt;/P&gt;&lt;P&gt;b) Can the rest of the records from the original dataset, which havent made into the sample used for creating the tree be still used for "scoring"? &lt;/P&gt;&lt;P&gt;c) How can I extract "english rules" from this output and sould I be referring to the sample dataset for the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions on Approach 2: &lt;/P&gt;&lt;P&gt;It may sound silly, but would like to ask if there is really a need to use a cut off node when I am using the boosting procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your inputs on these questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 05:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160145#M1691</guid>
      <dc:creator>ajosh</dc:creator>
      <dc:date>2013-11-30T05:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160146#M1692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajosh, I have included responses inline from SAS R&amp;amp;D, thanks for your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Questions on Approach 1:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; font-style: inherit;"&gt;In the first approach, the cut off node was run twice (once at default 0.5 value and second at a lower threshold). The decision tree results didnt change due to this.&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;So does it mean that the new threshold can be applied only for scoring purpose only?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Yes,&amp;nbsp; it will create new EM_CUTOFF output variable which is another version of INTO variable based on the cutoff value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;b) Can the rest of the records from the original dataset, which havent made into the sample used for creating the tree be still used for "scoring"?&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #1f497d;"&gt;No,&amp;nbsp; all the nodes after sampling node will use the sample data. If you like to score the whole data including non-sampled data, you can&amp;nbsp; use the score node with the whole data as a score input data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;How can I extract "english rules" from this output and sould I be referring to the sample dataset for the same ?&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #1f497d;"&gt;English rule can be found at the result of tree node. Yes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; font-style: inherit;"&gt;Questions on Approach 2:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; font-style: inherit;"&gt;It may sound silly, but would like to ask if there is really a need to use a cut off node when I am using the boosting procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #1f497d;"&gt;The cutoff node will not do anything for boosting in your flow.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160146#M1692</guid>
      <dc:creator>jwexler</dc:creator>
      <dc:date>2013-12-10T13:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160147#M1693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me take couple of steps back and put some new questions I have encountered using cut off. The background of the study is still the same. Find english rules/patterns which differentiate the target from non target records, where the target records are way to low as compared to the non target ones. Their proportions are: approx 1%:99%. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The refined approach is as follows: Input Data --&amp;gt; Sample --&amp;gt; Data Partition --&amp;gt; Decision Tree --&amp;gt; Cut Off &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the features of the each of the nodes: &lt;/P&gt;&lt;P&gt;1) Input Data : Adjusted Priors and Decision Weights are being used. Adjusted Priors are kept same as Original Priors and Decision Weights are used to assign relative importance of each outcome of (TP, FP, TN, FN). &lt;/P&gt;&lt;P&gt;2) Sample Node: All target = Y (10%) and 9 times the number of targets are chosen randomly from non targets (90%). Proportion of target to non target is now 10%:90% in sample. &lt;/P&gt;&lt;P&gt;3) Decision Tree Node: Used default setting from property panel, except for "Use Decisions" (in Split search) is enabled to Yes. &lt;/P&gt;&lt;P&gt;4) Cut off node: Cut off node is run once to obtain the model diagnostics table (the one which has Count of TP/FP/TN, rates etc for cut off from 0.99 to 0.0 in increments of 0.1). A code was inserted to calculate the average profit column additionally, and determine the new cut off threshold. The average profit got maximized at 0.06 % as the threshold. &lt;STRONG&gt;This however happened only for one iteration with a specific random seed in the sample node. For other seeds, the tree didnt grow at all. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions: &lt;/P&gt;&lt;P&gt;1) Input Data: Is the use of adjusted priors same as original priors and decision weights justified if I am deriving patterns from a more balanced sample than using the original population. A research paper by Tamara Slipchenko (titled: "Case Study: Development of an HIV casefinding algorithm with SAS® Enterprise Miner™) says we need to use both the adjusted priors and decision weights.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Sample Node: Is it necessary to use balanced sample during iterations? When I selected a balanced sample, the tree hardly grew to 2 to 3 levels, as against to 6 levels when the proportion of target to non target was 10%:90%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Decision Tree Node: SAS EMiner Help Menu doesnt really explain the terms: "Use Decisions" and "Use Priors" in "Split Search". Could you let me know the usage of these options under standard scenarios?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Cut off node: I choose the new cut off of 0.06 from the updated model diagnostics table as explained in the earlier paragraphs for cut off node. When I run the cut off node with the new threshold, the pattern of the tree/tree structure doesnt change at all, (this is as per your earlier response). However, I find instances of 2 leaf nodes (from the same parent node) one has Y% = 30 and other as 65%, if i use the new cut-off to include additional rules, both of these leaf nodes give the same decision = Y. So, in that case would it mean that the variable used for split loses its significance, or I should be considering the parent node instead. Even in the latter case, this can again create a conflict with another leaf node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help from you and other experienced users would be highly appreciated. Like wise do suggest any other alternate process flow, by which I can make my results more generic and not only on basis of a selected sample of all target and undersampled non targets. I have tried other techniques like Rule Induction, Gradient Boosting etc, but the results were not encouraging (zero count in TP and FP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 05:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160147#M1693</guid>
      <dc:creator>ajosh</dc:creator>
      <dc:date>2013-12-19T05:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160148#M1694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but it seems I made a typo in the third para's Input Node specifications: I would like to correct it. The adjusted priors were not used at all in the only iteration that gave me result. Whereas the research paper states that we need to use both adjusted priors and decision weights as highlighted in the relevant "Question" in the input data. Await to hear inputs from Jonathan and others as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160148#M1694</guid>
      <dc:creator>ajosh</dc:creator>
      <dc:date>2013-12-19T08:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160149#M1695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the addiotional questions.&amp;nbsp; I will discuss with R&amp;amp;D and get back to you.&amp;nbsp; It may not be until 2014 &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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 15:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160149#M1695</guid>
      <dc:creator>jwexler</dc:creator>
      <dc:date>2013-12-20T15:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160150#M1696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya, I discussed with R&amp;amp;D and they had some thoughts on question 3.&amp;nbsp; For the other questions, I would recommend contacting SAS Tech Support at support.sas.com.&amp;nbsp; They can provide you 1:1 support for your questions. It would likely be more beneficial and efficient to meet your needs.&amp;nbsp; I would ask them for the EM Procedure Documentation which is available upon request.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #1f497d;"&gt;The following Proc options in the Proc arbor doc explain the two options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;“DECSEARCH”&amp;nbsp; for &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;"Use Decisions"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;PRIORSSEARCH” for &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;"Use Priors" in "Split Search&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 19:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160150#M1696</guid>
      <dc:creator>jwexler</dc:creator>
      <dc:date>2014-01-03T19:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use of cut off node in SAS EMiner 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160151#M1697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And...just as I wrote that I received more info from R&amp;amp;D:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;1.&amp;nbsp; You need to use the “Decision node”(not Decision Tree Node) after sampling node, you can specify&amp;nbsp; the adjusted prior&amp;nbsp; as your original prior (before sampling) and you will keep your data prior from the oversampling. If you don't use the decision node and you specify your adjusted prior as the original prior in input data source node, there will not be any predicted probability adjustment by the prior because the ratio is always 1.&amp;nbsp; Decision matrix is related to calculating profit and loss, it will be applied separately after the prior adjustment.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;2.&amp;nbsp; For rare event modeling,&amp;nbsp; usually an oversampling is required, it is not necessary to make the sample balanced. However it depends on your data and analysis.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;3. take a look at the Proc Arbor procedure document, it has the details.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; The proc option “DECSEARCH”&amp;nbsp; is for &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;"Use Decisions"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; The proc option “PRIORSSEARCH”&amp;nbsp; is for &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;"Use Priors" in "Split Search&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;4. The Cutoff node will not impact on the decision tree node itself.&amp;nbsp; The cutoff node will create just the EM_CUTOFF variable, which is the classification variable resulted by the new cutoff value. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;For exmple, your new cutoff is 0.06,&amp;nbsp; a piece of cutoff score code will be added to the end of the previous score code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;IF P_good_badgood &amp;gt; 0.06&amp;nbsp; THEN EM_CUTOFF = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;ELSE EM_CUTOFF = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 19:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Use-of-cut-off-node-in-SAS-EMiner-7-1/m-p/160151#M1697</guid>
      <dc:creator>jwexler</dc:creator>
      <dc:date>2014-01-03T19:26:52Z</dc:date>
    </item>
  </channel>
</rss>

