Skip to main content

15 docs tagged with "classification"

View all tags

Decision Trees

Understanding recursive partitioning, Entropy, Gini Impurity, and how to prevent overfitting in tree-based models.

K-Nearest Neighbors (KNN)

Understanding the proximity-based classification algorithm: distance metrics, choosing K, and the curse of dimensionality.

Logistic Regression

Understanding binary classification, the Sigmoid function, and decision boundaries.

ROC Curve and AUC

Evaluating classifier performance across all thresholds using the Receiver Operating Characteristic and Area Under the Curve.

The Confusion Matrix

The foundation of classification evaluation: True Positives, False Positives, True Negatives, and False Negatives.