Skip to content

Commit c86fd0d

Browse files
minor fix to docstring
1 parent 68954de commit c86fd0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

skglm/experimental/quantile_huber.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
class QuantileHuber(BaseDatafit):
99
"""Huber-smoothed Pinball loss for quantile regression.
1010
11-
This implements a smoothed approximation of the Pinball (quantile) loss by applying Huber-style smoothing at the non-differentiable point. This formulation improves numerical stability and convergence for gradient-based solvers, particularly on larger datasets.
11+
This implements a smoothed approximation of the Pinball (quantile) loss
12+
by applying Huber-style smoothing at the non-differentiable point. T
13+
his formulation improves numerical stability and convergence
14+
for gradient-based solvers, particularly on larger datasets.
1215
1316
Parameters
1417
----------

0 commit comments

Comments
 (0)