<?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: Missing value of False Negative in Classification Table - Gradient Boosting Model - SAS EM in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808320#M9166</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many observations are there in your training dataset?&lt;/P&gt;
&lt;P&gt;If you have 234 + 3 + 80 ( = TN + FP + TP ) = &lt;SPAN&gt;317&lt;/SPAN&gt;, then the missing means zero!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Making the model better?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The biggest gain is in the data you use (include more relevant candidate predictors).&lt;/LI&gt;
&lt;LI&gt;The 2nd biggest gain is in how you deal with this data (dimension reduction, feature construction, variable transformations, …).&lt;/LI&gt;
&lt;LI&gt;Only little gain (&lt;EM&gt;typically&lt;/EM&gt;) is in considering another model (different from your&amp;nbsp;&lt;SPAN&gt;Gradient Boosting model).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Remember : what you do BEFORE throwing the data into a modelling node is of utmost importance !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2022 14:49:47 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-04-18T14:49:47Z</dc:date>
    <item>
      <title>Missing value of False Negative in Classification Table - Gradient Boosting Model - SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808254#M9164</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS Enterprise Miner to create a model. While using the Gradient Boosting model, I am getting missing value for false negative in the training set. I'm not sure what it means.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dishen_pancholi_0-1650231889194.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70515iF7B24ECF62BECBF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dishen_pancholi_0-1650231889194.png" alt="dishen_pancholi_0-1650231889194.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moreover, in what ways can we improve the classifiers for the model?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dishen&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 21:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808254#M9164</guid>
      <dc:creator>dishen_pancholi</dc:creator>
      <dc:date>2022-04-17T21:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value of False Negative in Classification Table - Gradient Boosting Model - SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808316#M9165</link>
      <description>&lt;P&gt;I have moved this post to 'SAS Data Science' board which is more appropriate for the subject.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 14:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808316#M9165</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-04-18T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value of False Negative in Classification Table - Gradient Boosting Model - SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808320#M9166</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many observations are there in your training dataset?&lt;/P&gt;
&lt;P&gt;If you have 234 + 3 + 80 ( = TN + FP + TP ) = &lt;SPAN&gt;317&lt;/SPAN&gt;, then the missing means zero!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Making the model better?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The biggest gain is in the data you use (include more relevant candidate predictors).&lt;/LI&gt;
&lt;LI&gt;The 2nd biggest gain is in how you deal with this data (dimension reduction, feature construction, variable transformations, …).&lt;/LI&gt;
&lt;LI&gt;Only little gain (&lt;EM&gt;typically&lt;/EM&gt;) is in considering another model (different from your&amp;nbsp;&lt;SPAN&gt;Gradient Boosting model).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Remember : what you do BEFORE throwing the data into a modelling node is of utmost importance !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 14:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808320#M9166</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-04-18T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value of False Negative in Classification Table - Gradient Boosting Model - SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808395#M9167</link>
      <description>&lt;P&gt;You might find some helpful tips for improving the gradient boosting model here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Quick-tips-for-setting-your-Gradient-Boosting-node-properties-in/ta-p/513600" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Quick-tips-for-setting-your-Gradient-Boosting-node-properties-in/ta-p/513600&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 18:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Missing-value-of-False-Negative-in-Classification-Table-Gradient/m-p/808395#M9167</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2022-04-18T18:58:25Z</dc:date>
    </item>
  </channel>
</rss>

