Skip to content

Commit c9ca42b

Browse files
committed
...
1 parent e32f163 commit c9ca42b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This R package is licensed under the
2-
[LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.en.html). If you
2+
[LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.html.en). If you
33
encounter problems using this software (lack of documentation,
44
misleading or wrong documentation, unexpected behavior, bugs, …) or just
55
want to suggest features, please open an issue in the [issue

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Successor of [mlr](https://github.com/mlr-org/mlr).
2929
* The [mlr-org website](https://mlr-org.com/) includes for example a [gallery](https://mlr-org.com/gallery.html) with case studies.
3030
* [Reference manual](https://mlr3.mlr-org.com/reference/)
3131
* [FAQ](https://mlr-org.com/faq.html)
32-
* Ask questions on [Stackoverflow (tag #mlr3)](https://stackoverflow.com/questions/tagged/mlr3)
32+
* Ask questions on Stackoverflow (tag mlr3)
3333
* **Extension Learners**
3434
- Recommended core regression, classification, and survival learners are in [mlr3learners](https://github.com/mlr-org/mlr3learners)
3535
- All others are in [mlr3extralearners](https://github.com/mlr-org/mlr3extralearners)
@@ -195,7 +195,7 @@ Also, many helpful R libraries did not exist at the time [mlr](https://github.co
195195

196196
## Contributing to mlr3
197197

198-
This R package is licensed under the [LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.en.html).
198+
This R package is licensed under the [LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.html.en).
199199
If you encounter problems using this software (lack of documentation, misleading or wrong documentation, unexpected behavior, bugs, ...) or just want to suggest features, please open an issue in the [issue tracker](https://github.com/mlr-org/mlr3/issues).
200200
Pull requests are welcome and will be included at the discretion of the maintainers.
201201

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ task_penguins = as_task_classif(species ~ ., data = palmerpenguins::penguins)
9898
task_penguins
9999
```
100100

101-
##
101+
##
102102
## ── <TaskClassif> (344x8) ───────────────────────────────────────────────────────
103103
## • Target: species
104104
## • Target classes: Adelie (44%), Gentoo (36%), Chinstrap (20%)
@@ -140,7 +140,7 @@ measure = msr("classif.acc")
140140
prediction$score(measure)
141141
```
142142

143-
## classif.acc
143+
## classif.acc
144144
## 0.9651163
145145

146146
### Resample
@@ -165,7 +165,7 @@ rr$score(measure)[, .(task_id, learner_id, iteration, classif.acc)]
165165
rr$aggregate(measure)
166166
```
167167

168-
## classif.acc
168+
## classif.acc
169169
## 0.9361302
170170

171171
## Extension Packages
@@ -265,7 +265,7 @@ would result in non-trivial API changes.
265265
## Contributing to mlr3
266266

267267
This R package is licensed under the
268-
[LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.en.html). If you
268+
[LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.html.en). If you
269269
encounter problems using this software (lack of documentation,
270270
misleading or wrong documentation, unexpected behavior, bugs, …) or just
271271
want to suggest features, please open an issue in the [issue

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ We are planning and working on many more packages; for example for Bayesian opti
9090
A complete list of existing and planned extension packages can be found on the [mlr3 wiki](https://github.com/mlr-org/mlr3/wiki/Extension-Packages).
9191

9292
[`mlr3`](https://mlr3.mlr-org.com) and its ecosystem are documented in numerous manual pages and a comprehensive [book](https://mlr3book.mlr-org.com) (work in progress).
93-
All packages are licensed under GNU Lesser General Public License ([LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.en.html)).
93+
All packages are licensed under GNU Lesser General Public License ([LGPL-3](https://www.gnu.org/licenses/lgpl-3.0.html.en)).
9494

9595
# Acknowledgments
9696

0 commit comments

Comments
 (0)