标签: python data-science logistic-regression statsmodels
我需要对投票行为数据集应用OLS回归。在分析我的数据后,我得出结论,我需要应用逻辑回归。我看过两种方法“ sm.Logit”和“ sm.OLS”吗?两者都是为了逻辑回归吗?