← Back to Learning Hub

2.1 Supervised Learning

Beginner · 4 articles · MODULE 2: MACHINE LEARNING

Logistic Regression

Tutorial · Beginner · 21 min

Linear regression is the wrong tool for a yes/no outcome: it happily predicts probabilities of 1.4 or −0.3, which are nonsense.

RegressionClassification

Includes Colab notebook

By: Anacodic Team

Start Reading →

Backtesting, Baselines & Sensitivity Analysis

Tutorial · Beginner · 21 min

Before you dare run a live A/B test, you replay your policy over historical data and compare it to a baseline (a simple, honest control).

RegressionClassification

By: Anacodic Team

Start Reading →

LLM-as-a-Judge: Using a Model to Grade Model Output

Tutorial · Beginner · 14 min

When there's no exact answer to check against, a strong LLM can grade output pointwise or pairwise — scalable, but biased (position, verbosity, self-enhancement), so you must debias and calibrate it.

EvaluationLLM

By: Anacodic Team

Start Reading →

Model Evaluation

Tutorial · Beginner · 21 min

Accuracy is the wrong headline metric whenever one class is rare: a model that predicts the majority every time can outscore a useful one.

EvalClassification

Includes Colab notebook

By: Anacodic Team

Start Reading →