Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/saffron.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ structured data. If `learner` implements this front end, then `data` in the call
- `(T, formula)`, where `formula` is an R-style formula, as provided by
[StatsModels.jl](https://juliastats.org/StatsModels.jl/latest/)
$DOC_FORMULAS.
$DOC_FORMULAS
Similarly, if [`LearnAPI.learner`](@extref)`(model) == learner`, then `data` in the call
[`LearnAPI.predict`](@extref)`(model, data)` or [`LearnAPI.transform`](@extref)`(model,
Expand Down
2 changes: 1 addition & 1 deletion src/sage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ structured data. If `learner` implements this front end, then `data` in the call
- `(T, formula)`, where `formula` is an R-style formula, as provided by
[StatsModels.jl](https://juliastats.org/StatsModels.jl/latest/)
$DOC_FORMULAS.
$DOC_FORMULAS
Unlike StatsModels.jl, the left-hand side of a formula (the target) is not one-hot
encoded.
Expand Down
2 changes: 1 addition & 1 deletion src/tarragon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ forms:
by [StatsModels.jl](https://juliastats.org/StatsModels.jl/latest/) (with `0` for the
"left-hand side").
$DOC_FORMULAS.
$DOC_FORMULAS
# Back end API
Expand Down
Loading