Tasks - Assignment 4#
Important
Assignment 4 is due by 06:00 PM on Monday, March 24th, 2025.
Start your assignment
You can start working on your copy of Assignment 4 by accepting the GitHub Classroom assignment.
Note that code versioning is important and contributes to your overall grade. We expect to see your versioning history, including commits and pushes to the GitHub repository. Remember, having only one commit may result in a deduction in your marks, so make sure to maintain a clear and organized versioning record.
You don’t have to submitt anything on D2L. Just push everything on the provided GitHub repository and that’a all!
Start working#
In this assignment you will be working on the same case study as the previous assignment. (The same city you have chosen for the previous assignment should be used for this assignment.) You can refere to the previous assignment for the case study details or you can find the case study details in the provided excel sheet.
Link to the excel sheet:
Airbnb_city_names.xlsx Airbnb_city_names.xlsx
We will download “Restourant” locations for this assignment. You can follow steps in the Assignment_4.ipynb file to download the Restourant locations for your city.
Use of AI-based tools
Artificial intelligence (AI)-based tools using large language models (AI-LLMs), such as ChatGPT, Google Bard, or DeepL, are changing the ways in which people produce content including software. These tools are helpful for assistance and troubleshooting, but relying on them to generate entire code might hinder your understanding of the material.
Remember, the goal is not just to get the correct solution but to comprehend the process and logic behind it. You can only achieve this by writing the code yourself. Your growth comes from the effort you put into understanding and solving problems on your own.
So please use the AI tools just for assistance and troubleshooting, not for generating the entire code.