bike_sharing {mlr3data} | R Documentation |
Bike Sharing Demand
Description
Regression data to predict the total count of bikes rented. Contains
13 features and 17379 observations. Target column is "count"
.
Pre-processing
All columns have been renamed.
-
instant
,"registered"
and"casual"
column have been removed. -
"season"
and"weather"
have been converted tofactor()
. -
"holiday"
and"working_day"
have been converted tological()
.
Source
https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset
Examples
data("bike_sharing", package = "mlr3data")
str(bike_sharing)
[Package mlr3data version 0.7.0 Index]