<?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 - Unsupervised Learning without VIYA &amp;amp; Alternative Anomaly Detection Methods in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588452#M28805</link>
    <description>&lt;P&gt;Hello everbody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask that how can we make anomaly detection - unsupervised learning in SAS 9.4 without VIYA. Is there way to do it? If there is no way to do it without SAS VIYA license, what can be alternative methods?&lt;/P&gt;&lt;P&gt;The most important question is “how?”, how can make some beneficial anomaly analysis in SAS 9.4? Can someone show me with some samples? Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I want to prevent possible bias results, how can we understand whether the resutls may be BIAS or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2019 08:26:29 GMT</pubDate>
    <dc:creator>ertr</dc:creator>
    <dc:date>2019-09-13T08:26:29Z</dc:date>
    <item>
      <title>Anomaly Detection - Unsupervised Learning without VIYA &amp; Alternative Anomaly Detection Methods</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588452#M28805</link>
      <description>&lt;P&gt;Hello everbody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask that how can we make anomaly detection - unsupervised learning in SAS 9.4 without VIYA. Is there way to do it? If there is no way to do it without SAS VIYA license, what can be alternative methods?&lt;/P&gt;&lt;P&gt;The most important question is “how?”, how can make some beneficial anomaly analysis in SAS 9.4? Can someone show me with some samples? Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I want to prevent possible bias results, how can we understand whether the resutls may be BIAS or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 08:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588452#M28805</guid>
      <dc:creator>ertr</dc:creator>
      <dc:date>2019-09-13T08:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Anomaly Detection - Unsupervised Learning without VIYA &amp; Alternative Anomaly Detection Metho</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588537#M28808</link>
      <description>&lt;P&gt;You might describe what sort of "anomaly" you are addressing.&lt;/P&gt;
&lt;P&gt;Outliers, such as extreme numeric values may be determined by a number of approaches.&lt;/P&gt;
&lt;P&gt;Patterns of values or unchanging values&lt;/P&gt;
&lt;P&gt;Rate of change of values&lt;/P&gt;
&lt;P&gt;Outside of control limits&lt;/P&gt;
&lt;P&gt;Outside of instrument expected ranges&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lots of different anomaly types possible. Lots of tools depending on the type.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 14:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588537#M28808</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-13T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Anomaly Detection - Unsupervised Learning without VIYA &amp; Alternative Anomaly Detection Metho</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588570#M28810</link>
      <description>&lt;P&gt;Anomaly detection is outlier detection. You can use traditional statistical techniques and basic data steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An analogy for using Base SAS is like using NotePad to type out a report compared to using Microsoft Word to write it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do it in NotePad, but it's a lot of extra work, you have to handle the model comparisons and develop the steps, whereas EM/Viya has prebuilt functions and a lot of helper tools.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible, yes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I show you how? No. There's too many methods but I did help develop an entire fraud detection system in Base SAS that recovered millions of dollars so I know it can be done.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bias? I suspect you're asking about false positive and negative here but could be wrong. All models are biased, but we'd have to know your context, data collection methods and basically the details of your problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/90606"&gt;@ertr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello everbody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask that how can we make anomaly detection - unsupervised learning in SAS 9.4 without VIYA. Is there way to do it? If there is no way to do it without SAS VIYA license, what can be alternative methods?&lt;/P&gt;
&lt;P&gt;The most important question is “how?”, how can make some beneficial anomaly analysis in SAS 9.4? Can someone show me with some samples? Is it possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I want to prevent possible bias results, how can we understand whether the resutls may be BIAS or not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:24:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Anomaly-Detection-Unsupervised-Learning-without-VIYA-amp/m-p/588570#M28810</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-13T15:24:33Z</dc:date>
    </item>
  </channel>
</rss>

