File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ primary entry point for training a model. It accepts a Nx tensor for the feature
63
63
accepts a keyword list of options that can be used to configure the training process. See the
64
64
[ XGBoost documentation] ( https://xgboost.readthedocs.io/en/latest/parameter.html ) for the full list of options.
65
65
66
- ` Exgbost .train/2` uses the ` EXGBoost.Training.train/1 ` function to perform the actual training. ` EXGBoost.Training.train/1 `
66
+ ` EXGBoost .train/2` uses the ` EXGBoost.Training.train/1 ` function to perform the actual training. ` EXGBoost.Training.train/1 `
67
67
and can be used directly if you wish to work directly with the ` DMatrix ` and ` Booster ` structs.
68
68
69
69
One of the main features of ` EXGBoost.train/2 ` is the ability for the end user to provide a custom training function
@@ -96,7 +96,7 @@ to `EXGBoost.train/2`. See the [XGBoost documentation](https://xgboost.readthedo
96
96
list of parameters.
97
97
98
98
``` elixir
99
- Exgboot .train (X ,
99
+ EXGBoost .train (X ,
100
100
y,
101
101
obj: & EXGBoost .Training .train / 1 ,
102
102
evals: [{X_test , y_test, " test" }],
You can’t perform that action at this time.
0 commit comments