large-scale regression in R with a sparse feature matrix

前端 未结 4 791
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-08 05:37

I\'d like to do large-scale regression (linear/logistic) in R with many (e.g. 100k) features, where each example is relatively sparse in the feature space---e.g., ~1k non-ze

4条回答
  •  天涯浪人
    2020-12-08 06:16

    You might also get some mileage by looking here:

    • The biglm package.
    • The High Performance and Parallel Computing R task view.
    • A paper about Sparse Model Matrices for Generalized Linear Models (PDF), by Martin Machler and Douglas Bates from UseR 2010.

提交回复
热议问题