Question
You can read about the bikesharing dataset here https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset. This dataset records the number of bikes rented in Capital bikeshare system in Washington D.C. and
You can read about the bikesharing dataset here https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset. This dataset records the number of bikes rented in Capital bikeshare system in Washington D.C. and many other weather and environmental attributes.
Download the dataset. Using the daily data from day.csv file, create a label based on the attribute cnt into three categories {low, medium, high} demand based on some threshold values according to your judgment. Your task will be to create a nearest neighbor classifier for such a dataset using scikit-learn and evaluate your classifiers performance.
In your report, briefly describe on how you approached the problem, what interesting results you obtained, what practical difficulties you faced, and how you overcame these difficulties.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started