Skip to content

Commit

Permalink
Update Part 1 - Introduction to Machine Learning with scikit-learn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cfiutak1 authored Apr 2, 2019
1 parent dc7ab0c commit f6f7d26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ S-shaped line of best fit. Here's a visualization:

![Logistic Regression](images/logit.jpeg)

But Logistic Regression is generally used for classifying discrete values, whereas
Linear Regression is generally used for predicting continuous values.
In short, Logistic Regression is generally used for classifying discrete values (e.g. choosing either 1 or 0), whereas
Linear Regression is generally used for predicting continuous values (e.g. choosing a decimal between 1 and 0).

## Results

Expand Down

0 comments on commit f6f7d26

Please sign in to comment.