BookmarkSubscribeRSS Feed
tiger86
Calcite | Level 5

I am trying to find a way to use R to fit neural network models, and then use it to score in SAS. To give some context, we currently have a modelling pipeline (fitting and scoring) created entirely in SAS, and the problem is the model fitting is taking too long. Instead of paying a fortune to get more SAS CPU cores and the license to use them, the plan is to run some of the models using R to spread the processing load to the R infrastructure.

 

The main constraint is that the scoring module is written in SAS, which essentially scores the data by including all the text scoring code in a single giant data step. So the output from R needs to be compatible with this scoring module.

 

I am not too familiar with R, but it doesn't seem to generate a text scoring code. If this is in fact true, then the alterative would be to use the weights/bias/activation functions to manually score the data, which isn't very feasible. 

 

My question is whether there are more feasible approaches?

 

Thanks

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore 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
  • 0 replies
  • 946 views
  • 0 likes
  • 1 in conversation