From b00cc5f37d75ee9297229d34a212504592efd1b0 Mon Sep 17 00:00:00 2001 From: ielbadisy Date: Fri, 24 Apr 2026 12:47:58 +0100 Subject: [PATCH] Add funcml to MachineLearning task view --- MachineLearning.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MachineLearning.md b/MachineLearning.md index fb1feca..16cd7e6 100644 --- a/MachineLearning.md +++ b/MachineLearning.md @@ -253,6 +253,9 @@ roughly structured into the following topics: In a similar spirit, package `r pkg("mlr3")` offers high-level interfaces to various statistical and machine learning packages. Package `r pkg("SuperLearner")` implements a similar toolbox. + Package `r pkg("funcml")` provides a compact supervised learning framework with + formula-based model specification, resampling-based evaluation, hyperparameter + tuning, and model interpretation. The `r pkg("h2o")` package implements a general purpose machine learning platform that has scalable implementations of many popular algorithms such as random forest, GBM, GLM (with elastic net