Skip to content

Commit

Permalink
Merge pull request #667 from Vidushi-Gupta/main
Browse files Browse the repository at this point in the history
Revisions in Logistic Regression R lesson
  • Loading branch information
carlotta94c committed Sep 25, 2023
2 parents 1e51fb0 + 69c6ad3 commit 8f107a2
Show file tree
Hide file tree
Showing 4 changed files with 1,140 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion 2-Regression/4-Logistic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Logistic regression differs from linear regression, which you learned about prev
### Binary classification

Logistic regression does not offer the same features as linear regression. The former offers a prediction about a binary category ("orange or not orange") whereas the latter is capable of predicting continual values, for example given the origin of a pumpkin and the time of harvest, _how much its price will rise_.
Logistic regression does not offer the same features as linear regression. The former offers a prediction about a binary category ("white or not white") whereas the latter is capable of predicting continual values, for example given the origin of a pumpkin and the time of harvest, _how much its price will rise_.

![Pumpkin classification Model](./images/pumpkin-classifier.png)
> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
Expand Down

0 comments on commit 8f107a2

Please sign in to comment.