From a6d67c94626fbd8faa42eb96dd4129506fdd4507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Wed, 10 Nov 2021 14:29:59 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a8fe6e19..7988818e 100644 --- a/README.md +++ b/README.md @@ -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).