bike_sharing: Bike Sharing Demand

bike_sharingR 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 to factor().

  • "holiday" and "working_day" have been converted to logical().

Source

https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset

Examples

data("bike_sharing", package = "mlr3data")
str(bike_sharing)

mlr3data documentation built on July 9, 2023, 7:29 p.m.