Skip to content

nilaycicekli/earthquake-EDA-turkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploratory Data Analysis On The Earthquakes of Turkey

An exploratory earthquake analysis of earthquakes in Turkey. And use of machine learning algorithms to predict the future earthquakes of Istanbul. Weather data is tried to be associated with the earthquake data.

  • with python
  • libraries used: scikit, matplotlib, seaborn, numpy, pandas.

This project is made for the Data Mining Course that I was taking during my bachelor's degree at Işık University.

I also have written an article (unpublished) with the help of my instructor. You can read it here. It involves the methods used, experiments conducted and the results obtained throughout this study.

About Data

Research Questions and Hypothesis

  • Where does earthquake occur in Turkey the most in terms of city and region?
  • In which season does earthquake occur the most?
  • How much Turkey’s weather is out of its normal values?
  • Which area of Turkey is the most effected from climate change?
  • My hypothesis is that as climate distorts earthquakes will increase.

Experiments

  • I calculated the frequency of earthquakes in cities and regions of Turkey.
  • I drew graphs to indicate earthquake occurrence per year.
  • I compared expected (normal) weather and realized weather in each city in yearly basis.
  • I drew graphs to indicate climate distortion.
  • I looked for a correlation between increase of earthquake and climate change.
  • I tried to predict future earthquakes.