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

binary precision and recall metrics #86

Merged
merged 22 commits into from Sep 19, 2020
Merged

binary precision and recall metrics #86

merged 22 commits into from Sep 19, 2020

Conversation

anvelezec
Copy link
Collaborator

Salut,

There are pleanty of metrics still to integrate into poetry, for the moment I focused in the development of binary precision and recall.

@anvelezec
Copy link
Collaborator Author

anvelezec commented Aug 23, 2020

Cris,

  1. Identation error bug fixed.
  2. np.isclose used to prevent precision errors
  3. X == 1 creates a mask with same shape as X, after applied the mask to X the result is a tensor of 1D.

cgarciae and others added 7 commits August 30, 2020 11:54
1. reduceConfusionMatrix class creation
2. precision modifications taking into account reduceConfusionMatrix  class
1. Racall modifications taking into account reduceConfusionMatrix class
2. Documentation  improvement
@charlielito charlielito merged commit 7e9a4a2 into poets-ai:master Sep 19, 2020
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 this pull request may close these issues.

None yet

3 participants