A simple classification program using k-Nearest Neighbour algorithm to predict if I am going to be late or not for office based on the following parameters:
- day (Day number 1 for Monday and 7 for Sunday)
- temp. (temprature of respective day)
- w_time (wakeup_time)
- l_time (leave_time)
- m_reach_time_ (time to reach metro station)
- m_delay_time (Metro waiting time)
- m_arrival_time (arrival time of Metro)
- m_deboard_time (Metro deborading time)
- o_reach_time (time of arrival at office)
- late (Binary values 0 -> not late and 1 -> late)
Note: Time values are taken as per military time standards. For more information see: http://www.aaaknow.com/lessonFull.php?slug=timeMilitaryTo