Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Nov 10, 2021
1 parent 3bce013 commit a6d67c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,10 @@ Below are a few transforms that you can contribute:
[IterableTables.jl](https://github.com/queryverse/IterableTables.jl).
Similar to other alternatives above, the package is not intended for
advanced statistical transforms.
- [MLJ.jl](https://github.com/alan-turing-institute/MLJ.jl) is one of the
most popular packages for machine learning in Julia. They provide pipelines
and other types of composite models using Julia macros in order to access
internal fields of the transforms for hyperparameter tuning. The usage of
macros can be daunting, specially for first-time users of the language.
They are hard to implement and can silently break Julia code in specific
environments (e.g. Pluto).

0 comments on commit a6d67c9

Please sign in to comment.