Become a member
Sign in
Get started
Brian Philip Strong
Brian Philip Strong

Brian Philip Strong

Follow

10 Following
2 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Brian Philip Strong

See more

From A Guide to Machine Learning in R for Beginners: Logistic Regression by Parul Pandey

False negatives (FN): We predicted no they will not leave, but they actually leave (Also known as a “Type II error.”) i.e 5

From A Guide to Machine Learning in R for Beginners: Logistic Regression by Parul Pandey

False positives (FP): We predicted yes they will leave, but they don’t leave. (Also known as a “Type I error.”) i.e 10

From A Guide to Machine Learning in R for Beginners: Logistic Regression by Parul Pandey

The output of a Logistic regression model is a probability. We can select a threshold value. If the probability is greater than this threshold value, the eve…

Claps from Brian Philip Strong

See more

Machine Learning From Scratch: Logistic Regression

Lukas Frei

Linear Regression: How to overcome underfitting with Locally Weight Linear Regression (LWLR)

eyong kevin

A Guide to Machine Learning in R for Beginners: Logistic Regression

Parul Pandey