THE GARDEN
Updated 17 Sep 2026
separatinig data according to its role in developing and evaluating a model
training set — fit model parameters
validation set — select models, tune hyperparameters, and support early stopping
test set — estimate final performance after development decisions are fixed
partition according to the intended generalization claim
for unseen-person evaluation, keep each person in only one partition
for future prediction, respect time order
fit learned preprocessing only on training data
ratios such as 70/15/15 are examples, not universal requirements
repeated development decisions based on test performance turn the test set into development data
Cross-Validation
Data Leakage (Machine Learning)
◌ Explore connections in Graph view
Paths through the garden