bike_sharing <- fetch_ucirepo(id = 275)
bike_sharing_data <- bike_sharing$data$original
dim(bike_sharing_data)
head(bike_sharing_data)Bike Sharing
Webpage: https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset
- Number of features: 13
- Number of targets: 3
- Number of observations: 17,379 for the hourly data
- Response variable: official targets are
casual,registered, andcnt;cntis the usual choice - Topic: bicycle rental demand with weather and seasonal information