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

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]