From e8a4e2dfb123b91ca837d10f5788928767b20b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20M=C3=BCcke?= Date: Sat, 28 Sep 2024 02:12:48 +0200 Subject: [PATCH] docs: seal of approval entry for mlr3 (#6430) --- Seal_of_Approval.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Seal_of_Approval.md b/Seal_of_Approval.md index f78c7e870..96e3c1749 100644 --- a/Seal_of_Approval.md +++ b/Seal_of_Approval.md @@ -12,6 +12,8 @@ To add your package to this list, please [submit a Pull Request to The Raft](htt ## Application packages: Use `data.table` to accomplish a particular task or analysis. +- [mlr3](https://github.com/mlr-org/mlr3): A versatile machine learning framework built on data.table. + ## Bridge package: Translate data.table syntax to different syntax or provides helper functions for transitioning between `data.table` and another object type. - [tidyfast](https://github.com/TysonStanley/tidyfast): Fast and efficient alternatives to tidyr functions built on data.table