How to use the sigmoid page

The sigmoid page visualizes logistic regression probability: p = 1 / (1 + exp(-(b0 + b1x))).

Adjust b0, b1, and threshold t to see how decision boundaries and probabilities change. You can also click the chart to add sample points and inspect classification outcomes.