[python][docs] fix docstring typo#11608
Conversation
| @@ -99,7 +99,7 @@ class XGBModel(PythonBasedModel): | |||
| model_file: Optional[str] | |||
| If is not None, save model to this file after every update. | |||
| adapative_training: bool = False | |||
There was a problem hiding this comment.
Looks like this one is also 'adapative' instead of 'adaptive'.
There was a problem hiding this comment.
Oh, shoot, but the parameter name itself actually has the extra 'a'... Well, sorry for what I thought was just a comment fix which now looks like it requires fixing spelling within the code.
There was a problem hiding this comment.
Oh, shoot, but the parameter name itself actually has the extra 'a'... Well, sorry for what I thought was just a comment fix which now looks like it requires fixing spelling within the code.
Good catch! I'll update the PR to fix it everywhere.
|
@comaniac @merrymercy: Mind giving this a review and (if okay) merge? |
|
@comaniac @merrymercy: Would one of you mind giving this a review? |
CC: @jcf94
Thanks @octoJon for pointing out the typo!