Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The TripAdvisor website has a wealth of informa 8 on on restaurants in many ci 8 es around the world. The goal of this exercise
The TripAdvisor website has a wealth of informaon on restaurants in many cies around the world.
The goal of this exercise is to start with raw data obtained from TripAdvisor and apply data
preprocessing techniques we are learning to obtain a dataset that will be compable with machine
learning algorithms. We will also explore feature selecon For this assignment I would like you to
use the AnacondaPythonScikitlearn plaForm we discussed in class.
A sample of data from restaurants was extracted from the TripAdvisor website into a comma
separated values csv file and is included with this assignment. Because cleaning the data is a lot
of work i recommend you choose a sample of restaurants for your assignment. For each
restaurant the following data is available: restaurant name, star rang number of reviews, price
range, cuisine type, city and city populaon As the data is in raw format it must be edited before it
can be used for machine learning. Your task is to determine what needs to be done to convert the
raw data into usable format and then apply it to the data. Visualize your data by making some
scaUerplots of pairs of features. Test various machine learning techniques such as support vector,
decision tree and knearest neighbors. Explore the result of choosing various features. For example,
how accurately can you predict the star rang of a restaurant given all of the other features of the
restaurant? Which features had the most predicve value?
The assignment must be documented in a wriUen report. You must discuss how you edited your
data by showing a sample of data before and aYer the preprocessing. You must provide some
graphical visualizaon of the data to see if there is any clustering and discuss what your invesgaon
revealed to you about the data. For example is there any relaonship between average price per
meal and the star rang Or is there any relaonship between the size of the city and the average
price of the meal? Or perhaps between type of restaurant and star rang The assignment is worth
points of your grade and must be uploaded to the blackboard assignment by the last day of class.
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