Skip to content

dunasi4139/Naive-Bayes-And-Knn-Methods-On-The-Indonesian-Tourism-Destination-Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Naive Bayes And Knn Methods On The Indonesian Tourism Destination Recommendation

MCOMPARISON OF THE PERFORMANCE NAIVE BAYES AND KNN METHODS ON THE INDONESIAN TOURISM DESTINATION RECOMMENDATION SYSTEM

Description

The use of information technology in various activities has become the routine of daily life, not least in the tourism sector. Based on this, tourism requires strategies and decisions in the development of facilities and infrastructure that can support the development and progress of tourism by utilizing information technology. One of the uses of information technology is to create a dashboard as a data visualization tool. Dashboards have advantages in terms of ease and speed of processing data into visual information. For users from non-Information Technology backgrounds, the dashboard is a solution to be reckoned with

About the dataset:

The dataset we use is the Indonesia Tourism Destination Dataset which we take from the kaggle site which can be accessed via the link https://www.kaggle.com/datasets/aprabowo/indonesia-tourism-destination . The dataset consists of 13 Features and 437 Tourism Object data.

Requirements

Download and Installation:

  1. Clone this repository to your local machine by either clicking on clone button or you can do it form git bash or linux terminal using following command.
git clone https://github.com/dunasi4139/Naive-Bayes-And-Knn-Methods-On-The-Indonesian-Tourism-Destination-Recommendation.git
  1. Once you have codes on your local machine now run jupyter on your machine then upload the code and respective dataset to jupyter home.
  2. Now you have codes in your jupyter repository or folder now you can see your project on home in jupyter now click on and a new windows with browser will be opened up now click run button and you will see the results.

How to contribute

  1. Fork this repository
  2. clone that repository
git clone link_of_that_repository
  1. Make changes that you want in local repository
  2. Add those changes
git add .
  1. commmit those changes
git commit -m 'name of commit'
  1. push changes to remote repository
  2. create pull request