Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/data/cities
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
City ID,City Name
1,London
2,Lisbon
21 changes: 21 additions & 0 deletions python/data/dataset
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
City ID,Experience ID,Question 1,Question 2,Question 3,Question 4,Question 5,Question 6,Question 7,Question 8,Question 9
1,1,1.0,0.5,1.0,0.5,1.0,1.0,0.5,0.5,1.0
1,2,0.5,1.0,0.5,1.0,1.0,0.5,0.5,0.0,0.5
1,3,1.0,1.0,1.0,1.0,1.0,0.5,0.5,1.0,1.0
1,4,0.0,0.5,1.0,0.0,0.5,1.0,1.0,0.5,0.0
1,5,0.5,1.0,0.0,1.0,1.0,0.5,0.0,1.0,1.0
1,6,1.0,0.5,0.5,0.0,1.0,1.0,1.0,1.0,0.5
1,7,1.0,0.0,1.0,0.5,0.5,0.5,0.0,0.5,1.0
1,8,0.5,1.0,0.5,1.0,1.0,0.5,0.5,0.0,1.0
1,9,0.5,0.5,0.5,0.0,1.0,1.0,1.0,0.5,0.0
1,10,1.0,1.0,0.5,1.0,1.0,0.0,0.5,1.0,1.0
2,11,1.0,1.0,1.0,0.5,1.0,0.5,0.5,1.0,1.0
2,12,0.5,1.0,0.5,1.0,1.0,0.0,0.0,0.5,0.5
2,13,1.0,1.0,1.0,0.5,1.0,1.0,1.0,0.5,1.0
2,14,0.5,0.5,1.0,0.0,1.0,0.5,0.0,0.5,0.0
2,15,1.0,1.0,0.5,0.5,1.0,1.0,0.5,1.0,0.5
2,16,1.0,1.0,1.0,0.5,1.0,0.0,0.0,1.0,1.0
2,17,0.5,0.5,0.5,1.0,1.0,1.0,0.5,0.5,0.5
2,18,1.0,0.5,0.5,0.0,1.0,1.0,1.0,0.5,1.0
2,19,0.5,1.0,0.5,0.0,1.0,0.5,0.0,0.5,0.5
2,20,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
21 changes: 21 additions & 0 deletions python/data/experiences
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Experience ID,City ID,Experience Name
1,1,London Eye
2,1,British Museum
3,1,Tower of London
4,1,Hyde Park
5,1,West End Theatre
6,1,Camden Market
7,1,The Shard
8,1,Natural History Museum
9,1,Kew Gardens
10,1,Buckingham Palace
11,2,Belem Tower
12,2,Jerónimos Monastery
13,2,Alfama District
14,2,Tram 28
15,2,Lisbon Oceanarium
16,2,Castle of São Jorge
17,2,Fado Show
18,2,LX Factory
19,2,Rossio Square
20,2,Sintra Day Trip
10 changes: 10 additions & 0 deletions python/data/questions
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Question Number,Question Text
1,"Do you like adventure? not at all, very much, a little bit"
2,"Are you interested in historical/cultural visits? yes, no, I'm open"
3,"What kind of trip are you planning to have? laid back, action packed, both"
4,"Would you be interested in guided tours, or do you prefer exploring on your own?"
5,"How important is it for you to experience the local culture (e.g., visiting museums, attending cultural events, interacting with locals)?"
6,"Are you open to trying new or exotic foods, or do you prefer familiar dishes?"
7,How much of your holiday are you planning around food and drink experiences?
8,"How much of your holiday would you like to dedicate to social activities, such as meeting new people or attending events?"
9,"Would you like a packed itinerary with lots of activities, or would you prefer a more relaxed pace with plenty of downtime?"
Loading