Skip to content

Commit

Permalink
Update docs/src/workflow examples/Composition/composition.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Blaom, PhD <[email protected]>
  • Loading branch information
EssamWisam and ablaom authored Jun 7, 2024
1 parent e1a2d6f commit 79f85d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/workflow examples/Composition/composition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pipeline = standarizer |> balanced_model


# ### Training the Composed Model
# It's indistinguishable from training a single model. Isn't MLJ beautiful?
# It's indistinguishable from training a single model.

mach = machine(pipeline, X, y)
fit!(mach)
Expand Down

0 comments on commit 79f85d3

Please sign in to comment.