BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
bluesky
Fluorite | Level 6

I was wondering if there are any quick ways to resolve an under-prediction problem (continuous target variable with a large number of 0s) if we're using Proc HPForest? 

 

1 ACCEPTED SOLUTION

Accepted Solutions
alexchien
Pyrite | Level 9
maybe you can try 1st predicting if the target is 0 or not (a classification model), and then 2nd predicting the target if the they are not 0. You need to exclude the 0 observations from the 2nd model. alex

View solution in original post

2 REPLIES 2
alexchien
Pyrite | Level 9
maybe you can try 1st predicting if the target is 0 or not (a classification model), and then 2nd predicting the target if the they are not 0. You need to exclude the 0 observations from the 2nd model. alex
bluesky
Fluorite | Level 6

Thanks so much -- yes, I'd been thinking of a two-part / hurdle model sort of setup but had delayed going down that road in case there was a more straight-forward solution.

 

 

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

Discussion stats
  • 2 replies
  • 1286 views
  • 0 likes
  • 2 in conversation