50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


mlr3data (version 0.7.0)

bike_sharing: Bike Sharing Demand

Description

Regression data to predict the total count of bikes rented. Contains 13 features and 17379 observations. Target column is "count".

Arguments

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().

Examples

Run this code
data("bike_sharing", package = "mlr3data")
str(bike_sharing)

Run the code above in your browser using DataLab