We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2342 commit ee53033Copy full SHA for ee53033
lib/lightgbm/booster.rb
@@ -14,7 +14,7 @@ def initialize(params: nil, train_set: nil, model_file: nil, model_str: nil)
14
end
15
@pandas_categorical = load_pandas_categorical(file_name: model_file)
16
if params
17
- warn "[xgboost] Ignoring params argument, using parameters from model file."
+ warn "[lightgbm] Ignoring params argument, using parameters from model file."
18
19
@params = loaded_param
20
else
0 commit comments