Skip to content

Commit

Permalink
documentation fix regarding reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Apr 10, 2024
1 parent 5ac60f3 commit 825557d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/implementing_a_data_front_end.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ indices `I` (a colon, `:`, or instance of
front-end also allows more efficient resampling of data (in user calls
to `evaluate!`).

After detailing formal requirements for implementing a data front-end,
we give a [Sample implementation](@ref). A simple [implementation](https://github.com/Evovest/EvoTrees.jl/blob/94b58faf3042009bd609c9a5155a2e95486c2f0e/src/MLJ.jl#L23)
also appears in the EvoTrees.jl package.
After detailing formal requirements for implementing a data front-end, we give a [Sample
implementation](@ref). A simple
[implementation](https://github.com/JuliaAI/MLJDecisionTreeInterface.jl/blob/7e39bac6bce6d1736e4974f984b6e12801191dd5/src/MLJDecisionTreeInterface.jl#L453)
also appears in the MLJDecisionTreeInterface.jl package.

Here "user-supplied data" is what the MLJ user supplies when
constructing a machine, as in `machine(models, args...)`, which
Expand Down

0 comments on commit 825557d

Please sign in to comment.