To reproduce the results, follow the steps below:
- Run
get_lines.pyto convert the list of addresses to block numbers - Run
dataset_generation.pyto generate the dataset for Approach #1 - Train the model for Approach #1 by running
model.py. - Create a
.envfile with the following content:
OPENAI_API_KEY=<your_openai_api_key>
- Finally, run
cache.pyto compare all cache replacement algorithms.