<?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 CV for ridge regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/CV-for-ridge-regression/m-p/987645#M49419</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello Expert! &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm wondering how to perform a 10-fold cross-validation to retrieve the parameter for Ridge regression. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Indeed, when I apply this code :&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glmselect data=train plots=all;
	model Y= X1 X2 X3 /
		selection=elasticnet(choose=cv  l1=0 l2search=grid stop=l1)
		cvmethod=split(10);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The Ridge shrinkage criterion is not displayed in the output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2026 19:45:22 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2026-05-09T19:45:22Z</dc:date>
    <item>
      <title>CV for ridge regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CV-for-ridge-regression/m-p/987645#M49419</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Expert! &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm wondering how to perform a 10-fold cross-validation to retrieve the parameter for Ridge regression. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Indeed, when I apply this code :&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glmselect data=train plots=all;
	model Y= X1 X2 X3 /
		selection=elasticnet(choose=cv  l1=0 l2search=grid stop=l1)
		cvmethod=split(10);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The Ridge shrinkage criterion is not displayed in the output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2026 19:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CV-for-ridge-regression/m-p/987645#M49419</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-05-09T19:45:22Z</dc:date>
    </item>
  </channel>
</rss>

