CoolFace
Datasetpublic

isaac2006/travel-reco-dataset

license: mit task_categories: text-classification tags: travel reccomendations tourism pretty_name: Travel Recommendation Dataset" size_categories: 1K<n<10K ---# Travel Recommendation Dataset (Synthetic) Size: 1,200 rowsModality: Text tabular (CSV)Use case: Recommend 3 travel destinations based on user preferences. Columns id: unique identifier name: destination (City, Country) city, country: components of name continent: {Africa, Asia, Europe, North America, South America… See the full description on the dataset page: https://huggingface.co/datasets/isaac2006/travel-reco-dataset.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes22downloads
Dataset Card

Travel Recommendation Dataset (Synthetic)

Size: 1,200 rows Modality: Text tabular (CSV) Use case: Recommend 3 travel destinations based on user preferences.

Columns

  • —id: unique identifier
  • —name: destination (City, Country)
  • —city, country: components of name
  • —continent: {Africa, Asia, Europe, North America, South America, Oceania}
  • —climate: {Tropical, Temperate, Cold, Desert, Mediterranean}
  • —budget: {$, $$, $$$} — rough daily cost tier
  • —group_size: {Solo, Couple, Family, Group}
  • —vibe: {Adventure, Relaxation, Culture, Nightlife, Nature, Beach, City, Historic, Food}
  • —best_months: recommended months (string list)
  • —typical_cost_per_day_usd: integer
  • —activities: short list of likely activities
  • —description: one-line summary
  • —tags: semi-colon tags

Generation

Synthetic dataset programmatically created for a class project. Destinations seeded from real city/country names and expanded with randomized attributes.

License

MIT (dataset is synthetic; no copyrighted sources used).