Logistic regression #2
scikit-learn, statsmodels, plotly, one-hot encoding & multiclass logistic regression
This post is the second in a series on the logistic regression model. In this post, I’ll work through an example using the well known Titanic dataset, scikit-learn and statsmodels. I’ll discuss one-hot encoding, create a 3D logistic regression plot using Plotly, and demonstrate multiclass logistic regression with scikit-learn.
[Read More]