This data set contains information on daily bike sharing usage in Washington, D.C. for the years 2011-2012. The target variable is count, the total number of bikes lent out to users at a specific day.
Usage
data(bikes)Source
The original data can be found on the UCI database (ID = 275).
Details
This data frame contains the following columns:
seasonSeason of the year
yearYear; 0=2011, 1=2012
holidayIf a day is a public holiday (y/n)
weekdayDay of the week
workingdayIf a day is aworking day (y/n)
weatherWeather situation
tempTemperature in degrees celsius
humidityHumidity (relative)
windspeedWindspeed in miles per hour
countTotal number of bikes lent out to users
