Exploring how we can use conformal prediction to quantify uncertainty and create prediction intervals in classification, regression and time series forecasting.
Clone the repo: git clone https://github.com/raz1470/conformal_pred.git
Install virtual environment: python -m venv venv
Activate virtual environment: . venv/Scripts/activate
Install dependencies: pip install -r requirements.txt