Skip to main content

12 docs tagged with "supervised-learning"

View all tags

Decision Trees

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

Elastic Net Regression

Combining L1 and L2 regularization for the ultimate balance in feature selection and model stability.

K-Nearest Neighbors (KNN)

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

Linear Regression

Mastering the fundamentals of predicting continuous values using lines, slopes, and intercepts.

Logistic Regression

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