Logistic regression
Logistic regression is like linear regression but the result of the model is a logit value representating the probability that the result is true.
Below, you can interactively input 2D data points that are labeled either '0' or '1', and see a logistic regression model fitted to them
- Clicking on the area adds a data point.
- Choose which type of data point to add with the radio buttons below.
- Clicking while hoding down an alt key removes the point under cursor.
- Hold down a shift key to start dragging the point under cursor.