<?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 Inverse iteration for eigenvectors fails in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386636#M5723</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the Principal Component node in SAS Miner for variable reduction. For a subset of the data, I am getting "Inverse iteration for eigenvectors fails" error. The data has about 800 columns and 3314 rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Principal Component node runs fine when I run it with 16053 rows and 800 columns. In this 16053 rows, the previous 3314 rows is also included.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get past this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 13:53:02 GMT</pubDate>
    <dc:creator>arindam1984</dc:creator>
    <dc:date>2017-08-09T13:53:02Z</dc:date>
    <item>
      <title>Inverse iteration for eigenvectors fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386636#M5723</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the Principal Component node in SAS Miner for variable reduction. For a subset of the data, I am getting "Inverse iteration for eigenvectors fails" error. The data has about 800 columns and 3314 rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Principal Component node runs fine when I run it with 16053 rows and 800 columns. In this 16053 rows, the previous 3314 rows is also included.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get past this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:53:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386636#M5723</guid>
      <dc:creator>arindam1984</dc:creator>
      <dc:date>2017-08-09T13:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse iteration for eigenvectors fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386643#M5724</link>
      <description>&lt;P&gt;Do you have lots of missing values in the data? If so, the algorithm might be dropping&amp;nbsp;the missing cases and you are ending up with fewer (valid) rows than columns. &lt;A href="http://blogs.sas.com/content/iml/2015/02/23/complete-cases.html" target="_self"&gt;Try&amp;nbsp;performing listwise deletion &lt;/A&gt;on the &lt;SPAN&gt;3314 rows&amp;nbsp;&lt;/SPAN&gt;so that you keep only the complete cases. Are there more than 800 complete cases?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386643#M5724</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-08-09T14:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse iteration for eigenvectors fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386654#M5728</link>
      <description>&lt;P&gt;But PCA should work just fine with fewer rows than columns (unless there's something about the way it is implemented in EM)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386654#M5728</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-08-09T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse iteration for eigenvectors fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386661#M5730</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;is correct. Sorry for the confusion.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386661#M5730</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-08-09T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse iteration for eigenvectors fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386674#M5731</link>
      <description>&lt;P&gt;It must be due to some nature of the data in play at the time of matrix inversion. If I take out a further section of my original data then PC node works. So it is definately not failing due to the amount of records, more like the relationship between the records at the time of PC derivation. So even if a PC calculation of 1000 records can fail, but a subset of the same records may not fail. Similarly if the 1000 records are included in a dataset of 2000 records, then also it may not fail.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 15:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Inverse-iteration-for-eigenvectors-fails/m-p/386674#M5731</guid>
      <dc:creator>arindam1984</dc:creator>
      <dc:date>2017-08-09T15:25:08Z</dc:date>
    </item>
  </channel>
</rss>

