Skip to content

Commit 30c316d

Browse files
authored
Fix typo in XGBoost.xgboost(...) docstring (#181)
1 parent 44844ee commit 30c316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/booster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ All other keyword arguments are passed to [`Booster`](@ref). With few exception
430430
training hyper-parameters, see [here](https://xgboost.readthedocs.io/en/stable/parameter.html) for
431431
a comprehensive list.
432432
433-
A custom loss function can be privded via its first and second derivatives (`ℓ′` and `ℓ″` respectively).
433+
A custom loss function can be provided via its first and second derivatives (`ℓ′` and `ℓ″` respectively).
434434
See [`updateone!`](@ref) for more details.
435435
436436
## Examples

0 commit comments

Comments
 (0)