aangelopoulos / conformal-prediction

Lightweight, useful implementation of conformal prediction on real data.
http://people.eecs.berkeley.edu/~angelopoulos/blog/posts/gentle-intro/
MIT License
745 stars 85 forks source link

colab weather example won't run #4

Closed microprediction closed 1 year ago

microprediction commented 1 year ago

Requires an external file. Maybe change to load it remotely from the repo so colab just works?

aangelopoulos commented 1 year ago

This is super strange. I also can't get it to download the data. I'll look into this.

aangelopoulos commented 1 year ago

Turns out there was an update to colab that causes gdown to break. I'll fix it by forcing a different gdown installation.

!pip install -U --no-cache-dir gdown --pre

aangelopoulos commented 1 year ago

Should be fixed by #5

microprediction commented 1 year ago

thxnks!