Model for Predicting Earthquakes

Mujeebur Rahman 16 Reputation points
2020-09-15T12:46:49.77+00:00

I am planning to create an Azure Machine Learning model to Predict the number of Earthquakes based on past historical data. I am asked to use one of the Regression techniques. Which regression model should I be using? Can I use Logistic Regression, or Poisson Regression, or Fast Forest Quantile Regression?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,852 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,166 Reputation points
    2020-09-15T13:46:48.727+00:00

    Hello, thanks for reaching out. Since you want to predict event counts, Poisson Regression would be appropriate. As a future reference, refer to this document for choosing the right algorithm for your predictive analytics model. Hope this helps.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.