BookmarkSubscribeRSS Feed
munitech4u
Quartz | Level 8

I have 6 target classes in my input data and i have specified their data type as nominal.I have tried oversampling and decision node with Gradient boosting, but nothing seems to be producing any result? Are there any specific settings for multi-classification for gradient boosting node in EM?

4 REPLIES 4
PadraicGNeville
SAS Employee

The boosting node handles nominal targets automatically.  No special settings are necessary other than declaring the target as nominal.   There should be a result, even if the result is to predict all observations the same way.

 

 

munitech4u
Quartz | Level 8

But it assigns all classes to 1. and variable importance is empty. I expected GBM results to be better than a single decision tree node. 

PadraicGNeville
SAS Employee

This is constant prediction.  Either no split is created or many trees were created and then pruned back with validation data.

 

If many trees are created and then pruned, then there should be an iteration sequence.

 

If no split is created, then yes, some special handling of the settings is necessary.  For example, setting the leafsize = 1.  Without seeing the data I cannot help much with this. 

 

 

munitech4u
Quartz | Level 8

I am attaching the settings and logs. Let me know, if you need to look into anything else.


settings1.jpgsettings2.jpg

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register 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
  • 4 replies
  • 1584 views
  • 0 likes
  • 2 in conversation