BookmarkSubscribeRSS Feed
DOBBINHO
Obsidian | Level 7

Hi all,

 

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....

1 REPLY 1
Reeza
Super User

@DOBBINHO wrote:

Hi all,

It has come to my attention that there hasn't been much headway in the self debugging program of mine,

 

Not sure what that means or what you're asking here.

 

Machine learning tools are part of e-miner and you would likely need the text analytics module. Do you have that licensed?

 

FYI - SAS already corrects most of the basic errors, such as misspelling:

 


9    data check;
10   set sashelp.class;
11   if weight < 50 the x=1;
                    ---
                    1
WARNING 1-322: Assuming the symbol THEN was misspelled as the.

12   else x=2;
13   run;

Machine learning relies on having good data so you'd have to have a lot of logs with errors to train a model. 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 711 views
  • 0 likes
  • 2 in conversation