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....
@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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.