Tool
Model Comparison
Compare prediction models by RMSE, MAE, and R² once benchmark data is available from the backend.
Not available yet
There is no model-comparison endpoint in the current backend contract (only /predict-strength, /estimate-carbon, /estimate-cost, and /optimize-mix exist today). Rather than show placeholder numbers, this page stays empty until a real endpoint — for example GET /api/v1/models/compare — is added.
Once that endpoint exists, this page will fetch a list of ModelComparisonEntry records and render them with the existing RadarModelChart component — no new chart component is needed, only the fetch call.