Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.boosting
Commits
f5066034
Commit
f5066034
authored
May 05, 2014
by
Manuel Günther
Browse files
Added link to description of TangentialLoss function.
parent
acac1643
Changes
1
Show whitespace changes
Inline
Side-by-side
xbob/boosting/loss/TangentialLoss.py
View file @
f5066034
...
...
@@ -3,7 +3,7 @@ from .LossFunction import LossFunction
import
numpy
class
TangentialLoss
(
LossFunction
):
"""Tangent loss function."""
"""Tangent loss function
, as described in http://www.svcl.ucsd.edu/projects/LossDesign/TangentBoost.html
."""
def
loss
(
self
,
targets
,
scores
):
"""The function computes the logit loss values using prediction scores and targets.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment