Skip to content

Commit

Permalink
Fix typo in XGBoost.xgboost(...) docstring (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsolod authored May 18, 2023
1 parent 44844ee commit 30c316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/booster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ All other keyword arguments are passed to [`Booster`](@ref). With few exception
training hyper-parameters, see [here](https://xgboost.readthedocs.io/en/stable/parameter.html) for
a comprehensive list.
A custom loss function can be privded via its first and second derivatives (`ℓ′` and `ℓ″` respectively).
A custom loss function can be provided via its first and second derivatives (`ℓ′` and `ℓ″` respectively).
See [`updateone!`](@ref) for more details.
## Examples
Expand Down

0 comments on commit 30c316d

Please sign in to comment.