Skip to content

Commit

Permalink
Merge pull request #914 from MilesCranmer/patch-1
Browse files Browse the repository at this point in the history
Update README with moved MLJSerialization
  • Loading branch information
ablaom authored Jul 17, 2023
2 parents 29a6ef0 + a11634c commit c87d559
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ repository provides core functionality for MLJ, including:
[MLJModelInterface](https://github.com/JuliaAI/MLJModelInterface.jl) (/src/interface)

- definition of **machines** and their associated methods, such as
`fit!` and `predict`/`transform` (src/machines). Serialization of machines,
however, now lives in
[MLJSerialization](https://github.com/JuliaAI/MLJSerialization.jl).
`fit!` and `predict`/`transform` (src/machines).

- MLJ's **model composition** interface, including **learning
networks**, **pipelines**, **stacks**, **target transforms** (/src/composition)
Expand Down

0 comments on commit c87d559

Please sign in to comment.