Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 11, 2024
1 parent 5473182 commit f658765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/interface/Custom Builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ example,

```
builder = MLJFlux.@builder Chain(Dense(n_in, 128), Dense(128, n_out, tanh))
```
```
2 changes: 1 addition & 1 deletion docs/src/interface/Summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targets `y` of the [scientific
type](https://alan-turing-institute.github.io/MLJScientificTypes.jl/dev/)
indicated in the table below. The parameters `n_in`, `n_out` and `n_channels`
refer to information passed to the builder, as described under
[Defining a new builder](defining-a-new-builder) below.
[Defining Custom Builders](@ref).

Model Type | Prediction type | `scitype(X) <: _` | `scitype(y) <: _`
-----------|-----------------|---------------|----------------------------
Expand Down

0 comments on commit f658765

Please sign in to comment.