Skip to content

Commit

Permalink
docs: updated quantile huber_delta docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
laserkelvin committed Oct 7, 2024
1 parent f78d209 commit b9d68e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions matsciml/models/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ def __init__(
weight predicted vs. actual margins, as computed with ``loss_func``.
The mean of the weighted loss is then returned.
In the case of ``loss_func='huber'``, the ``huber_delta`` argument specifies
the margin used to switch between MAE and MSE losses. This value
is applied globally (i.e. regardless of the quantile).
Parameters
----------
quantile_weights : dict[float, float]
Expand Down

0 comments on commit b9d68e5

Please sign in to comment.