Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 444 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 444 Bytes

Conformal Prediction

Exploring how we can use conformal prediction to quantify uncertainty and create prediction intervals in classification, regression and time series forecasting.

Getting started

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