Skip to content

Commit

Permalink
doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 12, 2024
1 parent 3535d12 commit a4e0d46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ As in the example above, any MLJFlux model has a `builder` hyperparameter, an ob
encoding instructions for creating a neural network given the data that the model
eventually sees (e.g., the number of classes in a classification problem). While each MLJ
model has a simple default builder, users may need to define custom builders to get
optimal results, and this will require familiarity with the [Flux
API](https://fluxml.ai/Flux.jl/stable/) for defining a neural network chain.
optimal results (see [Defining Custom Builders](@ref) and this will require familiarity
with the [Flux API](https://fluxml.ai/Flux.jl/stable/) for defining a neural network
chain.


## Flux or MLJFlux?
Expand Down

0 comments on commit a4e0d46

Please sign in to comment.