-
-
Notifications
You must be signed in to change notification settings - Fork 55
Paper #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Paper #399
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sebffischer I finished a first re-writing and text improvement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly a few small fixes; if you disagree with any of these you can also ignore, I don't have a strong opinion on most of the ones that are not just typo fixes.
I think a compact description of what exactly mlr3extralearners does is missing: It is our way of connecting many different ML packages to mlr3, where we are trying to be agile and offer a large variety, at the cost of not doing the normal CRAN package release cycle.
paper/paper.md
Outdated
The package currently wraps **85 different learning algorithms** from many different R packages, for tasks such as classification, regression, and survival analysis. | ||
This enables users to seamlessly access and utilize these learners directly within their workflows. | ||
It also facilitates large-scale empirical benchmark experiments, leveraging the `mlr3` framework's parallelization and optimization capabilities [@benchlargescale] as well as enabling efficient hyperparameter tuning [@bischl2023]. | ||
An overview of all `mlr3` learners, including those introduced through `mlr3extralearners`, is available on the [mlr3 website](https://mlr-org.com/learners.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider making this a reference or footnote, not a link. When I render the pdf, the link is not visible as such.
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
Co-authored-by: mb706 <[email protected]>
.github/workflows/draft-pdf.yml
file which renders the paper inpdf
(see example github action output), we should remove upon merging