Upload a Model & Predict

Apply an existing trained model (classification or regression) to one of your datasets and get predictions and metrics directly on the website.

The data the model will be applied to.
A pickled / joblib scikit-learn-compatible model (.pkl, .pickle, .joblib). Works for both classification and regression. Only upload models you trust.
A column to label each prediction row (e.g. PLOT, SampleID).
If present, evaluation metrics (R²/MSE or accuracy/F1) are computed.