ML VISUAL LAB / ML Methods

Logistic Regression

All labs
LIVE CANVASREADY
Parameters and datasets are connected directly to the visual.
Loading visualization...

Intuition

Learn how the sigmoid function converts a linear score into class probability.

Core Formula

p(y=1) = 1 / (1 + exp(-z))

When to use it?

Binary classification and risk probability modeling.