Skip to content

Mini Project: Logistic Regression

Mikiko Bazeley edited this page Jan 11, 2019 · 8 revisions

Logistic Regression doc: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#sklearn.linear_model.LogisticRegression

https://stackabuse.com/cross-validation-and-grid-search-for-model-selection-in-python/

https://towardsdatascience.com/cross-validation-in-machine-learning-72924a69872f

https://machinelearningmastery.com/k-fold-cross-validation/

https://medium.com/@elutins/grid-searching-in-machine-learning-quick-explanation-and-python-implementation-550552200596

https://en.wikipedia.org/wiki/Hyperparameter_optimization#Grid_search

https://python-graph-gallery.com/43-use-categorical-variable-to-color-scatterplot-seaborn/

https://stackoverflow.com/questions/268272/getting-key-with-maximum-value-in-dictionary/35256685

https://github.com/czapol/Springboard-Projects/blob/master/Regression/logistic_regression/Mini_Project_Logistic_Regression.ipynb

What is logistic regression? (Come back and review these!)

Clone this wiki locally