Commit 183a13a4 authored by Dr.李's avatar Dr.李

fixed typo

parent baab31a8
......@@ -170,7 +170,7 @@ class XGBTrainer(ModelBase):
early_stopping_rounds=None,
subsample=1.,
colsample_bytree=1.,
feature=None,
features=None,
random_state: int=0,
n_jobs: int=1,
**kwargs):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment