| bike_sharing | R Documentation |
Regression data to predict the total count of bikes rented. Contains
13 features and 17379 observations. Target column is "count".
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().
https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset
data("bike_sharing", package = "mlr3data")
str(bike_sharing)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.