Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 656 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 656 Bytes

weatherforecast

Predict the Weather forect from testing the whole year of 2011 and the 3 first quarters of 2012 Task description: Training data: whole 2011 and first 3 quarters of 2012. Test data: 4th quarter of 2012. Do not use it to fit your models! Target: total number of users (cnt) Error metric: R2 score (scikit-learn's default for regression). Features to use: at least the ones present in the data (except for cnt, casual, and registered). Groups: default groups for this term. You can split work as you consider best, but make sure each and every member is able to explain details on what was done throughout the project, even not their part.