Analysis of the prediction accuracy of different fee estimation methods.
Setup uses Virtualenv.
pip3 install virtualenv
virtualenv -p python3 .
source ./bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
python3 -m pip install pandas
python3 -m pip install matplotlib
source ./bin/activate
jupyter notebook
leave virtual env using the following command
deactivate