Skip to content

Commit

Permalink
Fix fit on LGBMModel
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-oHr-N committed Mar 20, 2020
1 parent be55252 commit 787767b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optgbm/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ def fit(
feature_name=feature_name,
categorical_feature=categorical_feature,
callbacks=callbacks,
init_model=init_model,
)

elapsed_time = time.perf_counter() - start_time
Expand Down

0 comments on commit 787767b

Please sign in to comment.