Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.03 KB

Cryptodata coding challenge

Reference: the data was obtained from Cryptocompare API. It's about the Bitcoin price against EUR.

Objectives: to predict if the price will go up or down,

  1. in the next hour;
  2. for the next 6 hours, i.e., one prediction per hour;

Workflow (main steps): the analysis was performed using the R to,

  1. fetch histohour data;
  2. data preparation;
  3. model fitting;
  4. forecasting;
  5. save workspace.

Used the following R packages: