I am trying to fit a Logistic Regression model using the GLM class from statsmodels library. I have a toy dataset with 1250 records in total and 8 Inde
GLM
statsmodels