tritemio / pybroom

pybroom, the python's broom to tidy up messy fit results!
http://pybroom.readthedocs.io/
MIT License
14 stars 5 forks source link

Tidy modelling in Python (Logistic Regression) using pybroom library #9

Open HamidehIraj opened 3 years ago

HamidehIraj commented 3 years ago

Hi. I am trying to write a workflow to get the coefficients of a logistic regression model and put them in a data frame using pybroom library. How can I get code examples?

https://stackoverflow.com/questions/64292732/tidy-modelling-in-python-logistic-regression-using-pybroom-library Thank you