abalone dataset · predicting sex (M/F) from physical measurements
loading...
train — gradient descent with the λ from the slider. search & train — finds the best λ automatically via 5-fold cross-validation, then retrains with it. this is the correct workflow.
train vs validation binary cross-entropy — lower is better
train vs validation accuracy — fraction of correctly classified samples
each dot is one abalone — x is P(male), rows are actual sex
weight magnitude after training — positive = more likely male
distribution of each feature's weight across 5 CV folds — wide spread reveals instability
5-fold cross-validation across λ values · best λ used to retrain