## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Classification Report, maybe with the option to select even more metrics ### Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too --> Like in sklearn, the feature of an classification report. https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html ### Pitch <!-- A clear and concise description of what you want to happen. --> Implementation of an classification report like in Sklearn.