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.
XGBoost.xgboost(...)
1 parent 44844ee commit 30c316dCopy full SHA for 30c316d
src/booster.jl
@@ -430,7 +430,7 @@ All other keyword arguments are passed to [`Booster`](@ref). With few exception
430
training hyper-parameters, see [here](https://xgboost.readthedocs.io/en/stable/parameter.html) for
431
a comprehensive list.
432
433
-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).
434
See [`updateone!`](@ref) for more details.
435
436
## Examples
0 commit comments