Skip to content

irynakostyshyn/coffee-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Сoffee price prediction

Methodology : Use time-series model. Classical time series forecasting methods may be focused on linear relationships, nevertheless, they are sophisticated and perform well on a wide range of problems, assuming that your data is suitably prepared and the method is well configured. I will use the moving average (MA) method models. A moving average model is different from calculating the moving average of the time series. The method is suitable for univariate time series without trend and seasonal components

In this task, I have a hidden Markov model of prediction, because I do not have data about an exact amount of coffee bean production, so I will make a hypothesis that the weather can describe a coffee bean production.

What is a Problem? Lack of data for economic prediction tasks.

Data description

Manipulation with data and explanation I did here

For price prediction tasks always hard to find an adequate dataset. My task is to collect and preprocess data for such specific tasks. If you have to work with prices you always need to have economic data such a GDP, GDP per capita, inflation index (CPI) etc.

  • GDP - GDP (current US)
  • GDP per capita - (current US)
  • Agricultural land - (% of land area)
  • Rural population
  • ICO - monthly
  • Disaster
    • Geophysical(Volcanic activity, Mass movement(dry), Landslide, Earthquake);
    • Climatological (Wildfire, Drought);
    • Biological (Epidemia, Insect infestation);
    • Meteorogical (Extreme temperature, Storm, Fog)

Data sources :

Data preprocessing Results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages