<?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 Anomaly Detection in SAS Viya in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723103#M8587</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help with detecting anomalies in my dataset&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data hdfs_kim.node_monitoring;&lt;/P&gt;
&lt;P&gt;input&amp;nbsp; date node1 node2 node3 node4 node5&amp;nbsp;&lt;/P&gt;
&lt;P&gt;datalines ;&lt;/P&gt;
&lt;P&gt;01-02-2020 0.45 0.44 0.78 0.32 0.99&lt;/P&gt;
&lt;P&gt;02-02-2020 0.34 0.32 0.89 0.56 0.77&lt;/P&gt;
&lt;P&gt;03-02-2020 0.89 0.65 0.76 043 0.81&lt;/P&gt;
&lt;P&gt;04-02-2020 0.73 1.34 0.66 0.33 0.49&lt;/P&gt;
&lt;P&gt;05-02-2020 0.23 0.44&amp;nbsp; 0.54 0.66 0.66&lt;/P&gt;
&lt;P&gt;06-02-2020 0.88 0.76 2.56 0.61 0.71&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can help me find anomalies in this dataset - I have used&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc rpca data=hdfs_kim.node_monitoring&lt;BR /&gt;lambdaweight = 3.5&lt;BR /&gt;outsparse=hdfs_kim.sparsemat2;&lt;BR /&gt;id date;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc print data=hdfs_kim.sparsemat2;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc rpca data=hdfs_kim.node_monitoring&lt;BR /&gt;scale center;&lt;BR /&gt;id date;&lt;BR /&gt;anomalydetection;&lt;BR /&gt;savestate rstore=hdfs_kim.store;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc astore;&lt;BR /&gt;setoption rpca_projection_type 2;&lt;BR /&gt;score rstore=hdfs_kim.store data=hdfs_kim.node_monitoring out=hdfs_kim.scored;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc print data=hdfs_kim.scored;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was not able to interpret results using RPCA&amp;nbsp; when i have node1 -16, any help with other process or procedure i am willing try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rahul&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 10:17:52 GMT</pubDate>
    <dc:creator>Rahul_B</dc:creator>
    <dc:date>2021-03-03T10:17:52Z</dc:date>
    <item>
      <title>Anomaly Detection in SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723103#M8587</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help with detecting anomalies in my dataset&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data hdfs_kim.node_monitoring;&lt;/P&gt;
&lt;P&gt;input&amp;nbsp; date node1 node2 node3 node4 node5&amp;nbsp;&lt;/P&gt;
&lt;P&gt;datalines ;&lt;/P&gt;
&lt;P&gt;01-02-2020 0.45 0.44 0.78 0.32 0.99&lt;/P&gt;
&lt;P&gt;02-02-2020 0.34 0.32 0.89 0.56 0.77&lt;/P&gt;
&lt;P&gt;03-02-2020 0.89 0.65 0.76 043 0.81&lt;/P&gt;
&lt;P&gt;04-02-2020 0.73 1.34 0.66 0.33 0.49&lt;/P&gt;
&lt;P&gt;05-02-2020 0.23 0.44&amp;nbsp; 0.54 0.66 0.66&lt;/P&gt;
&lt;P&gt;06-02-2020 0.88 0.76 2.56 0.61 0.71&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can help me find anomalies in this dataset - I have used&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc rpca data=hdfs_kim.node_monitoring&lt;BR /&gt;lambdaweight = 3.5&lt;BR /&gt;outsparse=hdfs_kim.sparsemat2;&lt;BR /&gt;id date;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc print data=hdfs_kim.sparsemat2;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc rpca data=hdfs_kim.node_monitoring&lt;BR /&gt;scale center;&lt;BR /&gt;id date;&lt;BR /&gt;anomalydetection;&lt;BR /&gt;savestate rstore=hdfs_kim.store;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc astore;&lt;BR /&gt;setoption rpca_projection_type 2;&lt;BR /&gt;score rstore=hdfs_kim.store data=hdfs_kim.node_monitoring out=hdfs_kim.scored;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc print data=hdfs_kim.scored;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was not able to interpret results using RPCA&amp;nbsp; when i have node1 -16, any help with other process or procedure i am willing try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rahul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 10:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723103#M8587</guid>
      <dc:creator>Rahul_B</dc:creator>
      <dc:date>2021-03-03T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Anomaly Detection in SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723185#M8589</link>
      <description>&lt;P&gt;Hi Rahul,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your output scoring file "scored", you can see the last column which is labeled as "outlier detection score".&lt;/P&gt;
&lt;P&gt;Value 1 in that column indicates that&amp;nbsp; the scoring observation is outlier.&lt;/P&gt;
&lt;P&gt;You can read more about the anomaly detection functionality of proc RPCA here:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=v_009&amp;amp;docsetId=casml&amp;amp;docsetTarget=casml_rpca_toc.htm&amp;amp;locale=en"&gt;SAS Help Center: The RPCA Procedure&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Zohreh&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 15:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723185#M8589</guid>
      <dc:creator>Zohreh</dc:creator>
      <dc:date>2021-03-03T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anomaly Detection in SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723377#M8594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I ve read the whole procedure thoroughly but the scored dataset does gives anomalies but when it comes to more than variable ( multi dimension ) this&amp;nbsp; doesnt correctly determines where the anomalies are ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rahul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 07:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Anomaly-Detection-in-SAS-Viya/m-p/723377#M8594</guid>
      <dc:creator>Rahul_B</dc:creator>
      <dc:date>2021-03-04T07:51:19Z</dc:date>
    </item>
  </channel>
</rss>

