Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
YStrano
GitHub Repository: YStrano/DataScience_GA
Path: blob/master/lessons/lesson_08/code/README.md
1904 views

Logistic Regression Practice

Unit 3 : Data Modeling | Logistic Regression


Practices

Logistic Regression with Bank Marketing data

  • Description : Use logistic regression to determine the liklihood of someone purchasing a bank product marketed over the phone to them.

  • Difficulty : Easy

  • Length : Short

  • Solution

Multivariable Logistic Regression

  • Description : Walkthrough of implementing Multivariable Logistic Regressions as well as an introduction to One-vs-Rest and One-vs-One classification concepts.

  • Difficulty : Easy

  • Length : Short

  • Solution

Predicting Evergreeness with Logistic Regression

  • Description : Use logistic regression to evaluate the continuos relevance of several websites.

  • Difficulty : Advanced

  • Length : Moderate

  • Solution