scikit-learn-contrib / MAPIE

A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.2k stars 99 forks source link

FIX: Remove pandas in package import #396

Closed thibaultcordier closed 6 months ago

thibaultcordier commented 6 months ago

Description

Error importing MapieTimeSeriesRegressor because pandas is not a required package in mapie. It is therefore proposed that this unnecessary dependency be removed and that only numpy arrays be managed.

Fixes #395

Type of change

How Has This Been Tested?

Checklist