Skip to content

Classifying UNESCO World Heritage Sites using a support vector machine (SVM) model from data stored on a PostgreSQL hosted on AWS

Notifications You must be signed in to change notification settings

ericchan24/unesco_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classifying UNESCO World Heritage Sites


I used a support vector machine (SVM) model to classify UNESCO World Heritage Sites. The model was built using data from UNESCO, Wikipedia, the US National Park Service, the Canadian National Park Service, and TripAdvisor.

I used a PostgreSQL database on an AWS cloud server to store my data.

I build my model using scikit-learn. The final SVM model improved on an initial baseline F1 score of 48% to 62%.

There are 3 notebooks in this repository:

  1. Get CSVs from PostgreSQL
  2. Cleaning the data
  3. Modeling

This is my blog post on the project.

About

Classifying UNESCO World Heritage Sites using a support vector machine (SVM) model from data stored on a PostgreSQL hosted on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published