<?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: Learning curve for Logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600520#M29210</link>
    <description>'learning curve' is the ROC curve?</description>
    <pubDate>Wed, 30 Oct 2019 19:55:23 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-30T19:55:23Z</dc:date>
    <item>
      <title>Learning curve for Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600270#M29195</link>
      <description>&lt;P&gt;HI, I am new to SAS Logistic Regression. I learnt it in Octave first and trying to implement in SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Octave, I learnt that there is learning curve for Training &amp;amp; cross validation data which is plotted between Number of Training sample and Cost function to check whether there is Bias or Variance. Can you help to get similar graph in SAS. I am not sure whether it is referred by different name.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 07:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600270#M29195</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2019-10-30T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Cost Function in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600282#M29197</link>
      <description>&lt;P&gt;HI, I am running logistic regression for first time in SAS. can you help me to get cost function (J) in the model&lt;/P&gt;&lt;P&gt;I guess that different name could have used in SAS. I am basically trying to plot Learning curve on Training and Cross validation Set to see whether there is bias or variance. Could you please help me on this.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 07:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600282#M29197</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2019-10-30T07:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Learning curve for Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600366#M29198</link>
      <description>&lt;P&gt;Welcome to SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless you are a student and you are trying to implement logistic regression as a class project, I suggest that you use a built-in procedure to perform logistic regression.&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_toc.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt; The LOGISTIC procedure&lt;/A&gt;&amp;nbsp;and the &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_hplogistic_toc.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;HPLOGISTIC procedure&lt;/A&gt; in SAS/STAT enable you to use one training and one validation data set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For PROC LOGISTIC, you can use the DATA= statement to specify the training data. In PROC LOGISTIC you can use the SCORE statement to evaluate the model on a validation data set and write the predictions to a data set. There are many ways you can measure the fit (cost function) for logistic models. See the section of the doc &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_details58.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;"Fit Statistics for Scored Data Sets".&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because you mention cross validation, I will mention&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glmselect_examples02.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt; the GLMSELECT procedure, which supports k-fold cross validation.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600366#M29198</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-10-30T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Learning curve for Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600520#M29210</link>
      <description>'learning curve' is the ROC curve?</description>
      <pubDate>Wed, 30 Oct 2019 19:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600520#M29210</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-30T19:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Learning curve for Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600528#M29211</link>
      <description>I would suggest going through the examples and see if you find what you need. The terms aren't ringing a bell for me either unfortunately. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_logistic_examples.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_logistic_examples.htm&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Wed, 30 Oct 2019 20:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600528#M29211</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-30T20:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Learning curve for Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600595#M29214</link>
      <description>Thanks for your replies. Can you please me to check whether the model is overfitting or underfitting. Is there any option to check this.</description>
      <pubDate>Wed, 30 Oct 2019 23:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600595#M29214</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2019-10-30T23:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Learning curve for Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600719#M29224</link>
      <description>Did you check the diagnostic example?</description>
      <pubDate>Thu, 31 Oct 2019 15:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Learning-curve-for-Logistic-regression/m-p/600719#M29224</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-31T15:00:47Z</dc:date>
    </item>
  </channel>
</rss>

