Open
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
Member
|
Hey there. Thanks for issuing the PR. It's quite massive, so I feel try to carve some time to review it. |
Member
|
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? |
Member
|
@haddyadnan what do you mean by bring back this PR? It's up to the author to work on it |
Author
|
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:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Latest update on conformal prediction implementation. A jupyter notebook is uploaded in the River folder, to show the results.
Best
Marc