I try to transform one of the interval variables by taking the log value. The transform node threw the error "ERROR: Maximum levels of 512 exceeded ... Training will not be performed ...".
Also try to transform one nominal variable by taking dummy indicators. The transform node again threw the error "ERROR: Maximum levels of 512 exceeded ... Training will not be performed ...".
I also tried the approach by changing the maximum level to 10000. The errors still exist.
Any idea why could this happen? Anything wrong with my dataset?
Code?
Show the code from the log for the entire procedure including all notes and messages. Copy from the log and paste into a text box opened on the forum using the </> icon that appears above the message box.
Thanks for the suggestions. It works now. Probably because I messed up with the level of the data....
You have a continuous variables (transformed by log), and then you tell SAS transform node to treat it as a CLASS variable. Don't do that. Treat it as continuous.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.