Skip to content

Commit 825557d

Browse files
committed
documentation fix regarding reformat
1 parent 5ac60f3 commit 825557d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/implementing_a_data_front_end.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ indices `I` (a colon, `:`, or instance of
2323
front-end also allows more efficient resampling of data (in user calls
2424
to `evaluate!`).
2525

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

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

0 commit comments

Comments
 (0)