Portal/TA3: Difference between revisions

From MaRDI portal
Sebffischer (talk | contribs)
Created page with "= Task area 3: Statistics and Machine Learning = == Mission == In the context of MaRDI, and the NFDI more broadly, our task area seeks to address the needs that the Statistics and ML community has in the management of its research data. These research data range from literature, statistical models and algorithms to benchmark data sets and software. The task area will follow FAIR principles in initiating libraries of curated datasets that will be connected to software an..."
 
Sebffischer (talk | contribs)
No edit summary
Line 1: Line 1:
= Task area 3: Statistics and Machine Learning =
= Task Area 3: Statistics and Machine Learning =


== Mission ==
== Mission ==
Line 12: Line 12:
for quality control and reproducibility of numerical experiments in the scientific publication process.
for quality control and reproducibility of numerical experiments in the scientific publication process.


== Members ==
 
== mlr3 ==
 
[https://mlr-org.com/ mlr3] is an open-source collection of R packages providing a unified interface for machine learning in the R language.
 
You can make your algorithm available via the mlr3 interface, by creating a pull request in our community repository [https://github.com/mlr-org/mlr3extralearners mlr3extralearners].
 
Start by checking out our [https://mlr-org.com/ website] or by reading our [https://mlr3book.mlr-org.com/ book].
 
== OpenML ==
 
[https://www.openml.org/ OpenML] is a FAIR platform for sharing machine learning research data.
You can use OpenML with mlr3, using interface R package [https://github.com/mlr-org/mlr3oml/ mlr3oml].
 
== Team ==
* [https://www.slds.stat.uni-muenchen.de/people/bischl/ Bernd Bischl (LMU München)]
* [https://www.slds.stat.uni-muenchen.de/people/bischl/ Bernd Bischl (LMU München)]
* [https://www.math.cit.tum.de/en/statistics/people/mathias-drton/ Mathias Drton (TU München)]
* [https://www.math.cit.tum.de/en/statistics/people/mathias-drton/ Mathias Drton (TU München)]

Revision as of 09:34, 7 November 2022

Task Area 3: Statistics and Machine Learning

Mission

In the context of MaRDI, and the NFDI more broadly, our task area seeks to address the needs that the Statistics and ML community has in the management of its research data. These research data range from literature, statistical models and algorithms to benchmark data sets and software. The task area will follow FAIR principles in initiating libraries of curated datasets that will be connected to software and research literature by providing an associated library of statistical analyses. The task area will further support FAIR development of new methods by creating workflows and a demonstration platform for how to evaluate, compare or also tune methods through empirical analyses and simulation studies. Finally, the task area will cooperate with journal partners to establish standards for quality control and reproducibility of numerical experiments in the scientific publication process.


mlr3

mlr3 is an open-source collection of R packages providing a unified interface for machine learning in the R language.

You can make your algorithm available via the mlr3 interface, by creating a pull request in our community repository mlr3extralearners.

Start by checking out our website or by reading our book.

OpenML

OpenML is a FAIR platform for sharing machine learning research data. You can use OpenML with mlr3, using interface R package mlr3oml.

Team