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 c33786d commit dc7ab0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ logistic_model.fit(X_train, Y_train)
```

In a very simple case, Logistic Regression can kind of be thought as drawing an
S-shaped line of best fit. Here's an example of where that might come in handy:
S-shaped line of best fit. Here's a visualization:

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

Expand Down

0 comments on commit dc7ab0c

Please sign in to comment.