Skip to content

Commit

Permalink
update docs feature_names
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Nov 3, 2024
1 parent 962ec13 commit 1449814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/accessor_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The sole argument of an accessor function is the output, `model`, of
- [`LearnAPI.intercept(model)`](@ref)
- [`LearnAPI.tree(model)`](@ref)
- [`LearnAPI.trees(model)`](@ref)
- [`LearnAPI.feature_names(model)`](@ref)
- [`LearnAPI.feature_importances(model)`](@ref)
- [`LearnAPI.training_labels(model)`](@ref)
- [`LearnAPI.training_losses(model)`](@ref)
Expand Down Expand Up @@ -38,6 +39,7 @@ LearnAPI.coefficients
LearnAPI.intercept
LearnAPI.tree
LearnAPI.trees
LearnAPI.feature_names
LearnAPI.feature_importances
LearnAPI.training_losses
LearnAPI.training_predictions
Expand Down

0 comments on commit 1449814

Please sign in to comment.