Baselight

Machine Learning Of Tanzania Tourists

Using Neural Networks to predict the highest spending tourists

@kaggle.succulentadam_machine_learning_of_tanzania_tourists

Train
@kaggle.succulentadam_machine_learning_of_tanzania_tourists.train

  • 367.54 KB
  • 18506 rows
  • 21 columns
tour_id

Tour ID

country

Country

age_group

Age Group

travel_with

Travel With

total_female

Total Female

total_male

Total Male

purpose

Purpose

main_activity

Main Activity

info_source

Info Source

tour_arrangement

Tour Arrangement

package_transport_int

Package Transport Int

package_accomodation

Package Accomodation

package_food

Package Food

package_transport_tz

Package Transport Tz

package_sightseeing

Package Sightseeing

package_guided_tour

Package Guided Tour

package_insurance

Package Insurance

night_mainland

Night Mainland

night_zanzibar

Night Zanzibar

first_trip_tz

First Trip Tz

cost_category

Cost Category

tour_id1hffseywITALY45-64With Children2Visiting Friends and RelativesBeach TourismFriends, relativesPackage TourYesYesYesYesNoNoNo7YesHigh Cost
tour_idnacd7zagUNITED KINGDOM25-44With Spouse11Leisure and HolidaysWildlife TourismTravel agent, tour operatorPackage TourYesYesYesYesNoNoNo7YesHigh Cost
tour_id62vz7e71UNITED STATES OF AMERICA65+With Spouse11Leisure and HolidaysWidlife TourismTravel agent, tour operatorPackage TourYesYesYesYesYesYesNo66YesHigher Cost
tour_idrc76tzixRWANDA25-44With Spouse and Children31Leisure and HolidaysBeach TourismRadio, TV, WebIndependentNoNoNoNoNoNoNo3NoLower Cost
tour_idn723m0n9UNITED STATES OF AMERICA45-64Alone1Leisure and HolidaysWidlife TourismTravel agent, tour operatorPackage TourYesYesYesYesNoYesYes7YesHigher Cost
tour_id8aylf7baFRANCE25-44With Spouse11Leisure and HolidaysWidlife TourismNewspaper, magazines, brochuresPackage TourYesYesYesNoNoNoNo147YesHigh Cost
tour_idvcadicbaSWIZERLAND25-44With Spouse11Leisure and HolidaysWildlife TourismNewspaper, magazines, brochuresIndependentNoNoNoNoNoNoNo7YesNormal Cost
tour_idfmavssxvNIGERIA25-44Alone1Leisure and HolidaysCultural TourismTravel agent, tour operatorIndependentNoNoNoNoNoNoNo4YesLow Cost
tour_id8oqlvjwrUNITED KINGDOM18-24Alone1Leisure and HolidaysCultural TourismFriends, relativesIndependentNoNoNoNoNoNoNo60YesNormal Cost
tour_idy0blevrsAUSTRALIA45-64With Spouse11Leisure and HolidaysWidlife TourismTravel agent, tour operatorPackage TourYesYesNoYesYesYesYes6YesHigher Cost

CREATE TABLE train (
  "tour_id" VARCHAR,
  "country" VARCHAR,
  "age_group" VARCHAR,
  "travel_with" VARCHAR,
  "total_female" DOUBLE,
  "total_male" DOUBLE,
  "purpose" VARCHAR,
  "main_activity" VARCHAR,
  "info_source" VARCHAR,
  "tour_arrangement" VARCHAR,
  "package_transport_int" VARCHAR,
  "package_accomodation" VARCHAR,
  "package_food" VARCHAR,
  "package_transport_tz" VARCHAR,
  "package_sightseeing" VARCHAR,
  "package_guided_tour" VARCHAR,
  "package_insurance" VARCHAR,
  "night_mainland" BIGINT,
  "night_zanzibar" BIGINT,
  "first_trip_tz" VARCHAR,
  "cost_category" VARCHAR
);

Share link

Anyone who has the link will be able to view this.