Skip to content

Commit 1449814

Browse files
committed
update docs feature_names
1 parent 962ec13 commit 1449814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/accessor_functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The sole argument of an accessor function is the output, `model`, of
1111
- [`LearnAPI.intercept(model)`](@ref)
1212
- [`LearnAPI.tree(model)`](@ref)
1313
- [`LearnAPI.trees(model)`](@ref)
14+
- [`LearnAPI.feature_names(model)`](@ref)
1415
- [`LearnAPI.feature_importances(model)`](@ref)
1516
- [`LearnAPI.training_labels(model)`](@ref)
1617
- [`LearnAPI.training_losses(model)`](@ref)
@@ -38,6 +39,7 @@ LearnAPI.coefficients
3839
LearnAPI.intercept
3940
LearnAPI.tree
4041
LearnAPI.trees
42+
LearnAPI.feature_names
4143
LearnAPI.feature_importances
4244
LearnAPI.training_losses
4345
LearnAPI.training_predictions

0 commit comments

Comments
 (0)