rust-av / av-metrics

Quality metrics
MIT License
53 stars 10 forks source link

Add options to show RMSE and SSE #294

Open vibhoothi opened 2 years ago

vibhoothi commented 2 years ago

MSE and RMSE are the classic metrics used for analysis, while modern objective metrics outperform MSE and RMSE, for fast computation these will be useful.

Ideally, if we want could make this optional, comments and suggestions welcome :)