Skip to content

[FEAT] Transfer learning with Conformal Prediction#628

Draft
nasaul wants to merge 2 commits intomainfrom
feat/transfer_cp
Draft

[FEAT] Transfer learning with Conformal Prediction#628
nasaul wants to merge 2 commits intomainfrom
feat/transfer_cp

Conversation

@nasaul
Copy link
Copy Markdown
Contributor

@nasaul nasaul commented Apr 17, 2026

Closes #456

  • Code refactor
  • Re-calibration functionality. This needs data for the calibration.
  • Weighted Conformal prediction This controls for feature shifting.
  • Normalized Conformal Prediction scaled per error in each serie. This needs data for calibration.
  • Normalized Conformal Prediction scaled per serie. This controls for the scale of the serie.
  • Weighted Conformal prediction + Normalized Conformal Prediction = Zero shot transfer learning intervals
  • Experiment
  • Update docs

@elessar-for-github
Copy link
Copy Markdown

Changes made by this pull request:

mlforecast/conformal_prediction.py
[Error processing diff]

mlforecast/forecast.py
[Error processing diff]

mlforecast/utils.py
[Error processing diff]

tests/test_forecast.py
[Error processing diff]

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 17, 2026

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing feat/transfer_cp (42e8665) with main (b41fc7d)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MLForecast+Prediction Intervals+Transfer Learning

1 participant