Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读过 glmnet 可以在没有正则化的情况下使用,即它可以用作常规 glm。我正在写一篇论文并试图避免使用许多不同的包,因此使用 glmnet 进行常规 glm 逻辑回归拟合会很方便。谁能帮我?
将调整参数 alpha 和 lambda 都设置为零应该会给您一个“正常”的逻辑回归,而无需正则化。