Memory limitations for categorical variables in generalized linear model?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Shashank Prasanna
2013 年 3 月 3 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Categorical Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!