# Nigeria-cocoa-exports-forecast-using-ML: This is a script that deals with the forecast of Nigeria's cocoa exports from 1996 to 2023 using selected ML techniques.
#Required packages: Please install: #- pandas, numpy, statsmodels, scikit-learn, xgboost (optional, for XGB model)
#The file named cocoa_cleaned_dataset.csv is the cleaned dataset which can be loaded into the script to run for the sake of reproducibility.
#The software requirements include (Python 3.x, pandas, statsmodels, etc.)