BookmarkSubscribeRSS Feed
Jonasvr
Calcite | Level 5

I have to write a paper on data pre-processing and its effects on the cost sensitivity of models. Being new to SAS I am wondering if it is possible to adapt/change the algorithms that I will be using. Thanks in advance.

3 REPLIES 3
ballardw
Super User

If I have any clue as to what you may be getting at I think you are asking about comparing the results of processing data in two or more different ways. Generally create one set of output data from each approach and then compare the final results. Depending on the type of algorithm you need it may be easy or difficult.

 

Between the SAS/IML (Interactive Matrix Language) and datastep there are many tools for raw data manipulation. A common challenge for new SAS users is finding out when to drop out of the low-level manipulation provided by IML and the data step and move to summary procedures or other statistical procedures.

Jonasvr
Calcite | Level 5

I was not exactly sure how to ask, allow me to rephrase.. Is it possible to create a new classifier in SAS by modifying the internal processes of an existing method, such as Random Forests or Adaboost for instance?

ballardw
Super User

If you mean creating a new option for an existing procedure then a qualified "no". Sometimes you can accomplish similar effects by creation of additional variables and combinations of existing features but user extentions generally aren't possible. However the SAS/IML matrix language can be used to program many of the modeling procedures and allow the introduction of your algorithms.

 

You may want to post a question with a few more details in either the SAS/IML Software or Mathematical Optimization, Discrete Event Simulation for general modeling or SAS Forecasting and Econometrics (if your need is time-series related) to get the attention of folks more involved in the guts of modeling.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 3 replies
  • 725 views
  • 1 like
  • 2 in conversation