Skip to content

Commit 6e70c75

Browse files
authored
Merge pull request #2 from JuliaAI/dummy
doc formatting
2 parents 3827b5a + 0f88d9e commit 6e70c75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/saffron.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ structured data. If `learner` implements this front end, then `data` in the call
1414
- `(T, formula)`, where `formula` is an R-style formula, as provided by
1515
[StatsModels.jl](https://juliastats.org/StatsModels.jl/latest/)
1616
17-
$DOC_FORMULAS.
17+
$DOC_FORMULAS
1818
1919
Similarly, if [`LearnAPI.learner`](@extref)`(model) == learner`, then `data` in the call
2020
[`LearnAPI.predict`](@extref)`(model, data)` or [`LearnAPI.transform`](@extref)`(model,

src/sage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ structured data. If `learner` implements this front end, then `data` in the call
1414
- `(T, formula)`, where `formula` is an R-style formula, as provided by
1515
[StatsModels.jl](https://juliastats.org/StatsModels.jl/latest/)
1616
17-
$DOC_FORMULAS.
17+
$DOC_FORMULAS
1818
1919
Unlike StatsModels.jl, the left-hand side of a formula (the target) is not one-hot
2020
encoded.

src/tarragon.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ forms:
1414
by [StatsModels.jl](https://juliastats.org/StatsModels.jl/latest/) (with `0` for the
1515
"left-hand side").
1616
17-
$DOC_FORMULAS.
17+
$DOC_FORMULAS
1818
1919
# Back end API
2020

0 commit comments

Comments
 (0)