Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More metrics for the ClassifierStudy #59

Closed
bcebere opened this issue Jan 12, 2023 · 0 comments · Fixed by #62
Closed

More metrics for the ClassifierStudy #59

bcebere opened this issue Jan 12, 2023 · 0 comments · Fixed by #62

Comments

@bcebere
Copy link
Contributor

bcebere commented Jan 12, 2023

related to #57

bcebere added a commit that referenced this issue Jan 26, 2023
## Description
 - Improve docs
 -  Add multiple metrics for the classifier evaluation 
```python
[
     "aucroc",
     "aucprc",
     "accuracy",
     "f1_score_micro",
     "f1_score_macro",
     "f1_score_weighted",
     "kappa",
     "precision_micro",
     "precision_macro",
     "precision_weighted",
     "recall_micro",
     "recall_macro",
     "recall_weighted",
     "mcc",
 ]
```
- Add "mse" and "mae" metrics for regression.

fixes #59
fixes #61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant