Image 1 of 1: ‘Linear regression with binary outcome’
Figure 2
Image 1 of 1: ‘Sigmoid function’
Figure 3
Image 1 of 1: ‘Logistic regression’
You can reuse the Linear Regression code above and simply change
LinearRegression() to LogisticRegression().
You should see a plot similar to the one below:
Figure 4
Image 1 of 1: ‘Logistic regression’
You can reuse the Linear Regression code above and simply change the
model again to DecisionTreeClassifier(). You should see a
plot similar to the one below: