This repository implements a Least Recently Used (LRU) Cache Eviction strategy enhanced with the ARIMA model for predictive eviction decisions. The goal is to improve cache performance by utilizing time series forecasting techniques.
To install the necessary libraries for this project, you can use the following command:
pip install -r requirements.txt