
Logistic regression predicts the probability that an example belongs to a class — the foundational classification algorithm.
Despite the name, it's a classification algorithm. It applies a sigmoid function to a linear equation to output a probability between 0 and 1.
Typically set at 0.5 — outputs above 0.5 classified as positive. Adjusting this threshold trades off precision vs recall.
Accuracy, precision, recall, F1 score, AUC-ROC.
Reference:
TaskLoco™ — The Sticky Note GOAT