Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FP_Baier_Giometti_PE #1

Open
njgio opened this issue Nov 5, 2015 · 0 comments
Open

FP_Baier_Giometti_PE #1

njgio opened this issue Nov 5, 2015 · 0 comments

Comments

@njgio
Copy link

njgio commented Nov 5, 2015

Fabian,

Your idea is cool. Let me make sure I understand it correctly: Can we predict the magnitude of an earthquake based on the current weather? In your implementation you're specifically asking, based on the max temp of the day, can you predict how big or small an earth quake will be?

This could be a big hurdle to prove with statistical significance that a day's temp can affect the magnitude of that day's earthquake. At first glance this seems like it might be a correlation vs causation problem. As in, there could be a spurious correlation between number of times I click my pen and the percent of questions I get right on a test... But maybe there is some cool unexplored seismological phenomenon at play here.

An interesting thing to look at in terms EDA is where are most earthquakes occurring? Do earthquakes happen during a certain time of the year? Are they more likely in winter months? And if so, what is the average magnitude of the earthquake? Is it higher than the earthquakes during the summer time? If there is a correlation, then that begs some pretty cool questions like, does weather affect tectonic activity in general? Maybe if it's very cold, the water in aquifers will freeze, causing ground swell, which causes plates to move and build up pressure, causing a chain reaction that leads to a big ole quake.

Unfortunately, I could get a lot of code to work on my machine - something with the def weather(): function went haywire and I couldn't join max temp to the earthquake dataframe, so I can't really comment on the majority of your python work.

You might also consider making a binary classifier like: big quake, with a certain threshold for magnitude that would classify large or small earthquakes. Then you could use a whole bunch of the other ML techniques.

Anyway, pretty cool idea and there's lots of interesting work to be done. I'm excited to see how the project comes along.

Cheers,
Nick G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant