Skip to content

Commit ee53033

Browse files
committed
Fixed warning [skip ci]
1 parent 2bf2342 commit ee53033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lightgbm/booster.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize(params: nil, train_set: nil, model_file: nil, model_str: nil)
1414
end
1515
@pandas_categorical = load_pandas_categorical(file_name: model_file)
1616
if params
17-
warn "[xgboost] Ignoring params argument, using parameters from model file."
17+
warn "[lightgbm] Ignoring params argument, using parameters from model file."
1818
end
1919
@params = loaded_param
2020
else

0 commit comments

Comments
 (0)