Skip to content

Commit

Permalink
Merge pull request #528 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
ablaom authored Mar 25, 2021
2 parents b52b49e + 10bf820 commit 8c87e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ repository provides core functionality for MLJ, including:
[MLJModelInterface](https://github.com/alan-turing-institute/MLJModelInterface.jl)

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

- MLJ's **model composition** interface, including **learning
networks** and **pipelines**
Expand Down Expand Up @@ -45,8 +47,6 @@ repository provides core functionality for MLJ, including:
library, user-defined measures, as well as about forty natively
defined measures.

- integration with [OpenML](https://www.openml.org)


Previously MLJBase provided the model interface for integrating third
party machine learning models into MLJ. That role has now shifted to
Expand Down

0 comments on commit 8c87e4c

Please sign in to comment.