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

Update docs on nested metrics #1002

Merged
merged 2 commits into from
May 3, 2022
Merged

Update docs on nested metrics #1002

merged 2 commits into from
May 3, 2022

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented May 3, 2022

What does this PR do?

Fixes #977
Adds note that we do not recommend nested metrics as it can lead to wrong behaviour in the metric states.
Also adds some missing documentation on the higher_is_better property.

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@SkafteNicki SkafteNicki added the documentation Improvements or additions to documentation label May 3, 2022
@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #1002 (9d5ebfa) into master (32facee) will decrease coverage by 14%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #1002     +/-   ##
========================================
- Coverage      95%     81%    -14%     
========================================
  Files         179     179             
  Lines        7652    7652             
========================================
- Hits         7263    6186   -1077     
- Misses        389    1466   +1077     

Copy link
Member

@ethanwharris ethanwharris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, minor suggestion 😃

docs/source/pages/overview.rst Outdated Show resolved Hide resolved
@mergify mergify bot added the ready label May 3, 2022
@Borda Borda enabled auto-merge (squash) May 3, 2022 14:08
@Borda Borda merged commit 6144eb3 into master May 3, 2022
@Borda Borda deleted the docs/nested_metrics branch May 3, 2022 14:57
@Borda Borda added this to the v0.8 milestone May 5, 2022
Borda pushed a commit that referenced this pull request May 5, 2022
* Apply suggestions from code review

Co-authored-by: Ethan Harris <[email protected]>
(cherry picked from commit 6144eb3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jaccard and FiScore metrics aren't working properly in 0.8 version
3 participants