Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
Francesco89
Calcite | Level 5

Hello.

I have some regression models working with the transformed target (Log10 transformation on interval variable) and some decision trees working with the original (non transformed) interval target.

 

Can I use the Model Comparison node to assess regressions vs decision trees despite the different target distribution? Are the ASE resulting from the regression (using log10 target) comparable to the ASE resulting from decision trees (using original target)?

 

Thanks a lot

1 REPLY 1
ewv
Obsidian | Level 7 ewv
Obsidian | Level 7

The ASE's shouldn't be comparable, since they are effectively in different units (ie - if your response were dollars, your ASE for your decision tree would have units of dollars^2 while your regression models ASE would be in units of (log(dollars))^2 )

 

That being said, I'm guessing SAS would un-transform your regression models response when doing Model Comparison so that it could do and apples to apples comparison for evaluating the best model. It would be worth giving this a shot to see how the results look - it should be pretty obvious if SAS actually reversed the transformation during the Model Comparison node after you run it
 

sas-innovate-white.png

Join us for our biggest event of the year!

Four days of inspiring keynotes, product reveals, hands-on learning opportunities, deep-dive demos, and peer-led breakouts. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1620 views
  • 0 likes
  • 2 in conversation