Hi All,
SAS EM12.1.
I have built a number of models (Neural/Regression/Decision/etc) on one business scenraio, and now applying my score data set to the best model (Neural). But for some reason, all the output gave me one same score with Neural. My score data set is with about 100k data. This same score data set works fine if i score it with Regression/DMNeural, but just not Neural. Does anybody know why? Any setting that i miss?
This happen not only to this business scenario, but on most of my Neural model.
Thanks.
Check to see if you input data for the scoring data set structure is identical to your model input data structure. You can use PROC CONTENTS. Identify if any variables are missing, because that's usually the issue.
Check to see if you input data for the scoring data set structure is identical to your model input data structure. You can use PROC CONTENTS. Identify if any variables are missing, because that's usually the issue.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.