Skip to content

Commit e7c2442

Browse files
committed
update linear_boost.py
1 parent 289d1cd commit e7c2442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/linearboost/linear_boost.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def __init__(
214214
class_weight=None,
215215
loss_function=None,
216216
):
217-
218217
super().__init__(
219218
estimator=SEFR(), n_estimators=n_estimators, learning_rate=learning_rate
220219
)

0 commit comments

Comments
 (0)