powered by
Regression task to predict house sale prices for King County, including Seattle, between May 2014 and May 2015.
Contains 19 features and 21613 observations. Target column is "price".
"price"
Id column has been removed.
Dates in column "date" have been converted from strings to POSIXct.
"date"
Values 0 in feature "yr_renovated" have been replaced with NA.
0
"yr_renovated"
NA
Values 0 in feature "sqft_basement" have been replaced with NA.
"sqft_basement"
Feature "waterfront" has been converted to logical.
"waterfront"
data("kc_housing", package = "mlr3data") str(kc_housing)
Run the code above in your browser using DataLab