🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Running out of features during feature selection

User: "kypexin"
New Altair Community Member
Updated by Jocelyn
Hi, 

I am stumbling upon the same error again and again while using FEATURE SELECTION operator with GLM learner inside. It starts with 56 features and pretty fast literally runs out of features each time I am trying to run the process. 


These are GLM settings: 


These are feature selection settings: 


Please advise. I can also provide any additional information if needed. 

Thanks! 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "IngoRM"
    New Altair Community Member
    Accepted Answer
    Updated by IngoRM
    Are some of your features constant or highly correlated?  The GLM learner removes those unfortunately.  The error messaging coming from H2O is a bit weird because actually it WAS presented with features (the FS makes sure that there is always at least one input column) BEFORE it itself removed those :-)  If the collinear features are the problem, you can uncheck the setting in the GLM parameters.  If you have constants in your data it is best to remove them already before you start the feature selection to void the problem.
    Hope that helps,
    Ingo