Skip to content

Commit 7b66835

Browse files
committed
sp
1 parent 31b2121 commit 7b66835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ya_glm/models/quantile_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, quantile=0.5): pass
1111

1212
def get_loss_info(self):
1313
loss_type = 'quantile'
14-
loss_kws = {'qunatile': self.quantile}
14+
loss_kws = {'quantile': self.quantile}
1515

1616
return loss_type, loss_kws
1717

0 commit comments

Comments
 (0)