MLP Probe (1-hidden-layer non-linear classifier/regressor)

Fit a one-hidden-layer MLP on top of a frozen embedding to predict a target. Supports regression (mode=regress, R²) and classification (mode=classify, accuracy). 1000-resample bootstrap CI on the held-out metric. Stratified 80/20 train/test split (by class for classify, by quintile of value for regress). sklearn MLPRegressor/MLPClassifier backend.

IDmlp_probe
Domainml
Categoryml
Typetabular-to-metric
Version0.1.0