This project covers the first of two coding challenges for FOM Berlin winter semester 2019 course Applied Programming.
The data set being used in this project can be found on https://www.kaggle.com/lakshmi25npathi/bike-sharing-dataset.
instantUnique ID of a recorddtedayDate, e.g. 01.01.2011seasonNumerically encoded season, e.g. 1 (=spring)yrYear after start (Jan 1 2011), e.g. 0mnthMonth of the year, e.g. 1 (=January)holidayIndicator whether the day is a public holiday, e.g. 0 (=no)weekdayNumerically encoded weekday of the date, e.g. 0 (=Sunday)workingdayIndicator whether the day is a working day, e.g. 0 (=no)weathersitNumerically encoded weather situation, e.g.- 1: Clear, Few clouds, Partly cloudy, Partly cloudy
- 2: Mist + Cloudy, Mist + Broken clouds, Mist + Few clouds, Mist
- 3: Light Snow, Light Rain + Thunderstorm + Scattered clouds, Light Rain + Scattered clouds
- 4: Heavy Rain + Ice Pallets + Thunderstorm + Mist, Snow + Fog
tempNormalized temperature in CelsiusatempNormalized feeling temperature in CelsiushumNormalized humiditywindspeedNormalized wind speedcasualNumber of rented bikes by casual usersregisteredNumber of rented bikes by registered userscntCombined number of casual and registered users
