-
Notifications
You must be signed in to change notification settings - Fork 79
Mini Project: Logistic Regression
Mikiko Bazeley edited this page Dec 31, 2018
·
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://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