Is your feature request related to a problem?
It's cumbersome and inefficient to compute multiple metrics for a regressor or classifier.
Desired solution
Add methods Regressor.summarize_metrics and Classifier.summarize_metrics that compute multiple metrics at once and return them in a Table. This is similar to Table.summarize_statistics.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response