-
-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conformal prediction #1171
base: main
Are you sure you want to change the base?
Conformal prediction #1171
Conversation
modified: river/conformal_predictions/base.py modified: river/time_series/__init__.py modified: river/time_series/evaluate.py modified: river/time_series/intervals.py
deleted: river/conf/interval.py modified: river/conf/jackknife.py deleted: river/conformal_predictions/__init__.py deleted: river/conformal_predictions/base.py modified: river/time_series/intervals.py
renamed: river/conf/interval.py -> river/conf/interval_old.py modified: river/conf/jackknife.py deleted: river/conformal_predictions/__init__.py deleted: river/conformal_predictions/base.py modified: river/time_series/intervals.py
modified: river/conf/base.py modified: river/conf/jackknife.py modified: river/time_series/evaluate.py
modified: river/time_series/evaluate.py modified: river/time_series/intervals.py
modified: river/time_series/evaluate.py modified: river/time_series/intervals.py
modified: river/time_series/intervals.py
modified: river/conf/base.py new file: river/conf/gaussian.py deleted: river/conf/interval_old.py modified: river/conf/jackknife.py modified: river/time_series/__init__.py new file: river/time_series/conf/__init__.py new file: river/time_series/conf/base.py new file: river/time_series/conf/gaussian.py new file: river/time_series/conf/jackknife.py modified: river/time_series/evaluate.py modified: river/time_series/intervals.py modified: river/time_series/test_cp.py
modified: river/conf/base.py modified: river/conf/gaussian.py new file: river/presentation.ipynb modified: river/time_series/__init__.py deleted: river/time_series/conf/__init__.py deleted: river/time_series/conf/base.py deleted: river/time_series/conf/gaussian.py deleted: river/time_series/conf/jackknife.py modified: river/time_series/evaluate.py modified: river/time_series/intervals.py modified: river/time_series/test_cp.py
modified: river/conf/gaussian.py modified: river/presentation.ipynb modified: river/time_series/evaluate.py
modified: river/presentation.ipynb modified: river/time_series/__init__.py modified: river/time_series/evaluate.py modified: river/time_series/intervals.py
modified: river/presentation.ipynb new file: river/time_series/AdHoeffTree_horizon.py modified: river/time_series/__init__.py renamed: river/time_series/evaluate.py -> river/time_series/evaluates.py modified: river/time_series/test_cp.py
new file: river/conf/CP.py modified: river/conf/__init__.py modified: river/conf/base.py modified: river/conf/gaussian.py modified: river/presentation.ipynb modified: river/time_series/AdHoeffTree_horizon.py modified: river/time_series/__init__.py modified: river/time_series/intervals.py
modified: river/conf/CP.py modified: river/presentation.ipynb
modified: river/presentation.ipynb modified: river/time_series/__init__.py renamed: river/time_series/AdHoeffTree_horizon.py -> river/time_series/hoeffding_horizon.py
modified: river/conf/ACP.py modified: river/conf/CP.py modified: river/conf/base.py modified: river/conf/gaussian.py modified: river/conf/jackknife.py modified: river/presentation.ipynb modified: river/time_series/evaluates.py modified: river/time_series/hoeffding_horizon.py modified: river/time_series/holt_winters.py modified: river/time_series/intervals.py deleted: river/time_series/mzaffran_EnbPI.py modified: river/time_series/test_cp.py
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…ion.ipynb new file: river/README_ConformalPrediction.md
modified: river/README_ConformalPrediction.md
Hey there. Thanks for issuing the PR. It's quite massive, so I feel try to carve some time to review it. |
Hey there @mverontarabeux. Do you still have time to be active on this? I would be happy to integrate your work, but not in this form. I would like to bring things in incrementally, because this is too much. |
@MaxHalford |
Is this still active? |
@haddyadnan what do you mean by bring back this PR? It's up to the author to work on it |
Hi Max,
I tried to contact you about that on LinkedIn. I would be glad to work back
on it, but I just began a new job... Quite busy at the moment.
Let's try to meet in march
Regards
Marc
Le sam. 20 janv. 2024, 11:01, Max Halford ***@***.***> a
écrit :
… @haddyadnan <https://github.com/haddyadnan> what do you mean by bring
back this PR? It's up to the author to work on it
—
Reply to this email directly, view it on GitHub
<#1171 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMSTAXHZ7BG225VGEHDNS3YPOIX7AVCNFSM6AAAAAAUKIJ426VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGA2TGNZVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
Latest update on conformal prediction implementation. A jupyter notebook is uploaded in the River folder, to show the results.
Best
Marc