Skip to content

Commit

Permalink
refactor: move ames housing to mlr3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc authored Nov 4, 2024
1 parent d5e9110 commit 9b7e8c2
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 50 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ LazyData: true
LazyDataCompression: xz
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# mlr3data 0.8.0

* Move `ames_housing` to mlr3.

# mlr3data 0.7.0

* Added dataset `ames_housing`, used in the book about mlr3.
Expand Down
24 changes: 0 additions & 24 deletions R/ames_housing.R

This file was deleted.

1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
register_tasks = function() {
x = getFromNamespace("mlr_tasks", ns = "mlr3")

x$add("ames_housing", get_ames_housing_task)
x$add("bike_sharing", get_bike_sharing_task)
x$add("ilpd", get_ilpd_task)
x$add("kc_housing", get_kc_housing_task)
Expand Down
6 changes: 0 additions & 6 deletions data-raw/ames_housing.R

This file was deleted.

Binary file removed data-raw/ames_housing.csv.bz2
Binary file not shown.
Binary file removed data/ames_housing.rda
Binary file not shown.
18 changes: 0 additions & 18 deletions man/ames_housing.Rd

This file was deleted.

0 comments on commit 9b7e8c2

Please sign in to comment.