Memory limitations for categorical variables in generalized linear model?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'm using GeneralizedLinearModel.fit with a large number of non-categorical predictors and one categorical predictor. I find that I run into memory limitations if I either have too many categories or have too many non-categorical predictors. Can anyone explain what GeneralizedLinearModel.fit actually does with a categorical predictor variable? Does it just turn it into a bunch of non-categorical binary predictors behind-the-scenes? What factors lead to memory problems when using GeneralizedLinearModel.fit?
Thanks for any advice that can be offered.
0 Commenti
Risposte (1)
Shashank Prasanna
il 3 Mar 2013
Categorical predictor variable are converted to dummy variables internally. Size depends on number of categorical variables and levels etc. This is very problem dependent since I don't know how many observations you have and how many variables. Memory issues can be attributed to how much RAM or memory you have and also if you are are on a 32 or a 64 bit environment. hth
0 Commenti
Vedere anche
Categorie
Scopri di più su Categorical Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!