We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b2121 commit 7b66835Copy full SHA for 7b66835
1 file changed
ya_glm/models/quantile_regression.py
@@ -11,7 +11,7 @@ def __init__(self, quantile=0.5): pass
11
12
def get_loss_info(self):
13
loss_type = 'quantile'
14
- loss_kws = {'qunatile': self.quantile}
+ loss_kws = {'quantile': self.quantile}
15
16
return loss_type, loss_kws
17
0 commit comments