Skip to content

Commit 9b7e8c2

Browse files
authored
refactor: move ames housing to mlr3 (#20)
1 parent d5e9110 commit 9b7e8c2

File tree

8 files changed

+5
-50
lines changed

8 files changed

+5
-50
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ LazyData: true
3131
LazyDataCompression: xz
3232
NeedsCompilation: no
3333
Roxygen: list(markdown = TRUE)
34-
RoxygenNote: 7.2.3
34+
RoxygenNote: 7.3.2

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# mlr3data 0.8.0
2+
3+
* Move `ames_housing` to mlr3.
4+
15
# mlr3data 0.7.0
26

37
* Added dataset `ames_housing`, used in the book about mlr3.

R/ames_housing.R

Lines changed: 0 additions & 24 deletions
This file was deleted.

R/zzz.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
register_tasks = function() {
55
x = getFromNamespace("mlr_tasks", ns = "mlr3")
66

7-
x$add("ames_housing", get_ames_housing_task)
87
x$add("bike_sharing", get_bike_sharing_task)
98
x$add("ilpd", get_ilpd_task)
109
x$add("kc_housing", get_kc_housing_task)

data-raw/ames_housing.R

Lines changed: 0 additions & 6 deletions
This file was deleted.

data-raw/ames_housing.csv.bz2

-119 KB
Binary file not shown.

data/ames_housing.rda

-98.2 KB
Binary file not shown.

man/ames_housing.Rd

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)