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

Improve function find_best_criteria #7

Open
casadoj opened this issue Jun 19, 2023 · 0 comments
Open

Improve function find_best_criteria #7

casadoj opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@casadoj
Copy link
Owner

casadoj commented Jun 19, 2023

At the moment this function (and the cross-validation version) has an attribute called min_spread of type boolean. When True, the optimization selects, among the equally good-performing, the criterion that minimizes the difference between precision and recall; when False, it selects the minimum value of the criterion.

It could be interesting to change this attribute to a new attribute named prioritize:

  • min: it would select the minimum value of the criterion.
  • max: it would select the maximum value of the criterion.
  • min_spread: it would select the minimum difference between precision and recall.
@casadoj casadoj added the enhancement New feature or request label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant