Python code for forecasting Bitcoin prices using the ARIMA model. The forecasting is performed to predict Bitcoin prices for the next 7 days based on historical trends.
- Stationary testing
- Data differencing
- Data transformation
- Plotting of ACF and PACF
- Determining optimal ARIMA model parameters
- Diagnostic checking of the model
- Forecasting Bitcoin prices for the next 7 days
- Visualization of actual vs forecasted Bitcoin prices
- Python (v3.10 or higher)
- Library on
python-code.ipynb