<?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: Is it possible to utilize machine learning for identifying and rectifying errors in code? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Is-it-possible-to-utilize-machine-learning-for-identifying-and/m-p/416459#M6364</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176838"&gt;@DOBBINHO&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;It has come to my attention that there hasn't been much headway in the self debugging program of mine&lt;/STRONG&gt;,&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure what that means or what you're asking here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Machine learning tools are part of e-miner and you would likely need the text analytics module. Do you have that licensed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI - SAS already corrects most of the basic errors, such as misspelling:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
9    data check;
10   set sashelp.class;
11   if weight &amp;lt; 50 the x=1;
                    ---
                    1
WARNING 1-322: Assuming the symbol THEN was misspelled as the.

12   else x=2;
13   run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Machine learning relies on having good data so you'd have to have a lot of logs with errors to train a model.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2017 16:16:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-27T16:16:26Z</dc:date>
    <item>
      <title>Is it possible to utilize machine learning for identifying and rectifying errors in code?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Is-it-possible-to-utilize-machine-learning-for-identifying-and/m-p/416452#M6363</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has come to my attention that there hasn't been much headway in the self debugging program of mine, and thus would like to check if there is a possibility to actually do so utilizing some machine learning features in sas. If any, kindly advice....&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Is-it-possible-to-utilize-machine-learning-for-identifying-and/m-p/416452#M6363</guid>
      <dc:creator>DOBBINHO</dc:creator>
      <dc:date>2017-11-27T16:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to utilize machine learning for identifying and rectifying errors in code?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Is-it-possible-to-utilize-machine-learning-for-identifying-and/m-p/416459#M6364</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176838"&gt;@DOBBINHO&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;It has come to my attention that there hasn't been much headway in the self debugging program of mine&lt;/STRONG&gt;,&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure what that means or what you're asking here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Machine learning tools are part of e-miner and you would likely need the text analytics module. Do you have that licensed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI - SAS already corrects most of the basic errors, such as misspelling:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
9    data check;
10   set sashelp.class;
11   if weight &amp;lt; 50 the x=1;
                    ---
                    1
WARNING 1-322: Assuming the symbol THEN was misspelled as the.

12   else x=2;
13   run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Machine learning relies on having good data so you'd have to have a lot of logs with errors to train a model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Is-it-possible-to-utilize-machine-learning-for-identifying-and/m-p/416459#M6364</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-27T16:16:26Z</dc:date>
    </item>
  </channel>
</rss>

