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. 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 935 views
  • 0 likes
  • 2 in conversation