Travel Reviews
Donated on 12/18/2018
Reviews on destinations in 10 categories mentioned across East Asia. Each traveler rating is mapped as Excellent(4), Very Good(3), Average(2), Poor(1), and Terrible(0) and average rating is used.
Dataset Characteristics
Multivariate, Text
Subject Area
Other
Associated Tasks
Classification, Clustering
Feature Type
Real
# Instances
980
# Features
10
Dataset Information
Additional Information
This data set is populated by crawling TripAdvisor.com. Reviews on destinations in 10 categories mentioned across East Asia are considered. Each traveler rating is mapped as Excellent (4), Very Good (3), Average (2), Poor (1), and Terrible (0) and average rating is used against each category per user.
Has Missing Values?
No
Introductory Paper
By Dr. Shini Renjith, A. Sreekumar, M. Jathavedan. 2018
Published in IEEE Recent Advances in Intelligent Computational Systems
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
User ID | ID | Categorical | no | ||
Category 1 | Feature | Continuous | Average user feedback on art galleries | no | |
Category 2 | Feature | Continuous | Average user feedback on dance clubs | no | |
Category 3 | Feature | Continuous | Average user feedback on juice bars | no | |
Category 4 | Feature | Continuous | Average user feedback on restaurants | no | |
Category 5 | Feature | Continuous | Average user feedback on museums | no | |
Category 6 | Feature | Continuous | Average user feedback on resorts | no | |
Category 7 | Feature | Continuous | Average user feedback on parks/picnic spots | no | |
Category 8 | Feature | Continuous | Average user feedback on beaches | no | |
Category 9 | Feature | Continuous | Average user feedback on theaters | no |
0 to 10 of 11
Additional Variable Information
Attribute 1 : Unique user id Attribute 2 : Average user feedback on art galleries Attribute 3 : Average user feedback on dance clubs Attribute 4 : Average user feedback on juice bars Attribute 5 : Average user feedback on restaurants Attribute 6 : Average user feedback on museums Attribute 7 : Average user feedback on resorts Attribute 8 : Average user feedback on parks/picnic spots Attribute 9 : Average user feedback on beaches Attribute 10 : Average user feedback on theaters Attribute 11 : Average user feedback on religious institutions
Dataset Files
File | Size |
---|---|
tripadvisor_review.csv | 56 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset travel_reviews = fetch_ucirepo(id=484) # data (as pandas dataframes) X = travel_reviews.data.features y = travel_reviews.data.targets # metadata print(travel_reviews.metadata) # variable information print(travel_reviews.variables)
Renjith, S. (2018). Travel Reviews [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C56K6W.
Creators
Shini Renjith
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.