Infer
Documentation
Get Started
Simple Input Format.
Values that matter.
Just upload a CSV file with two columns:
y_true
and
y_pred
.
Automatic metric detection
Instant confidence calculation
Exportable results
input.csv
# Required CSV columns
y_true
y_pred
1
0.92
0
0.15
1
0.88
0
0.05
...
Infer
Task
Regression
Classification
Metric
MAE
MSE
RMSE
R²
MAPE
Upload CSV File
Use sample input
Submit