nt-williams/mlr3superlearner
Super learner fitting and prediction using mlr3
This tool helps data analysts and scientists combine multiple predictive models to achieve better and more robust predictions. You provide your dataset, specify the target you want to predict (e.g., house prices or disease risk), and select various modeling algorithms. The tool then outputs a single, optimized prediction model that leverages the strengths of all the chosen individual models.
No commits in the last 6 months.
Use this if you need to build highly accurate and robust predictive models for either continuous values or categories, and you want to systematically combine the strengths of different modeling approaches.
Not ideal if you need a very simple, interpretable model where understanding each component's direct impact is more critical than predictive accuracy, or if you are not comfortable working within the R programming environment.
Stars
11
Forks
2
Language
R
License
GPL-3.0
Category
Last pushed
Feb 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nt-williams/mlr3superlearner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
GAA-UAM/scikit-fda
Functional Data Analysis Python package
mlr-org/mlr3
mlr3: Machine Learning in R - next generation
mlr-org/mlr3extralearners
Extra learners for use in mlr3.
mlr-org/mlr3book
Online version of Bischl, B., Sonabend, R., Kotthoff, L., & Lang, M. (Eds.). (2024). "Applied...
mlr-org/mlr3learners
Recommended learners for mlr3