Append a column of predictions to any CSV.
Drop in a few labeled rows and the rows you want scored. A machine learning model learns from your examples in a single pass — no training, no tuning, and nothing leaves this machine.
1
Labeled examples
CSV with feature columns plus the column you want to predict.
Task
Mode
2
Rows to score
CSV with the same feature columns, without the target column.
or
3
Predict
Learns from your labeled rows and scores the rest, locally.
First run downloads the model weights once; after that it works offline.