Examining feature coefficients in a logistic model
pd.DataFrame(zip(X_train.columns, np.transpose(model.coef_)),columns=['feature','coefficient'])