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

Add Hinge metric #120

Merged
merged 39 commits into from
Mar 25, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a395248
Hinge loss initial commit
ethanwharris Mar 21, 2021
6ceb5fd
Hinge loss initial commit
ethanwharris Mar 21, 2021
9bfdc44
Add tests, squared arg, and class version
ethanwharris Mar 22, 2021
99a4338
Fix import order
ethanwharris Mar 22, 2021
bf42484
Add multiclass_mode argument and tests
ethanwharris Mar 23, 2021
05e1d88
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 23, 2021
d5c8f33
Add doc strings
ethanwharris Mar 23, 2021
1b6ec75
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 23, 2021
8a56ca1
Add to docs
ethanwharris Mar 23, 2021
3588c30
Update CHANGELOG.md
ethanwharris Mar 23, 2021
d6faa4a
Fix doctest
ethanwharris Mar 23, 2021
7e50f1a
Add squeeze
ethanwharris Mar 23, 2021
075d6cc
Fix docs
ethanwharris Mar 23, 2021
e44f28f
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 23, 2021
7f94c27
Update tests
ethanwharris Mar 23, 2021
a393ba3
Merge branch 'feature/hinge_loss' of https://github.com/ethanwharris/…
ethanwharris Mar 23, 2021
153d490
Update mathin docstrings
ethanwharris Mar 23, 2021
661baa5
Merge branch 'master' into feature/hinge_loss
Borda Mar 23, 2021
c6c72d8
Change HingeLoss -> Hinge
ethanwharris Mar 24, 2021
d7ca161
Change hinge_loss -> hinge
ethanwharris Mar 24, 2021
ba869db
Add multiclass_mode check to Hinge
ethanwharris Mar 24, 2021
450cdad
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 24, 2021
cfea3a0
Apply suggestions from code review
Borda Mar 24, 2021
d38b8f2
Add MulticlassMode enum
ethanwharris Mar 24, 2021
4f50d98
Remove whitespace
ethanwharris Mar 24, 2021
2557459
Fix import order
ethanwharris Mar 24, 2021
176377b
Change loss / losses for measure / measures
ethanwharris Mar 24, 2021
9c86cf3
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 24, 2021
667765d
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 24, 2021
86a5453
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 25, 2021
f4ae809
Update torchmetrics/classification/hinge.py
ethanwharris Mar 25, 2021
fd6b990
Update torchmetrics/classification/hinge.py
ethanwharris Mar 25, 2021
519f479
Update torchmetrics/classification/hinge.py
ethanwharris Mar 25, 2021
f569ea7
Add comments
ethanwharris Mar 25, 2021
d472198
Merge branch 'master' into feature/hinge_loss
SkafteNicki Mar 25, 2021
62e009b
Fix hanging test
ethanwharris Mar 25, 2021
31f0f13
Merge branch 'feature/hinge_loss' of https://github.com/ethanwharris/…
ethanwharris Mar 25, 2021
ccb8839
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 25, 2021
bdae664
Merge branch 'master' into feature/hinge_loss
ethanwharris Mar 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feature/hinge_loss
ethanwharris authored Mar 25, 2021
commit bdae664f5895dcfddf09a231f966f1f7c3f47d9c

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.