Skip to content
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

[ENH] quantile method for distributions, default implementation of forecaster predict_quantiles if predict_proba is present #4513

Merged
merged 4 commits into from Apr 28, 2023

Commits on Apr 27, 2023

  1. Update base.py

    fkiraly committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ac102aa View commit details
    Browse the repository at this point in the history
  2. default for predict_quantiles

    fkiraly committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6c576fb View commit details
    Browse the repository at this point in the history
  3. rename method to quantile

    fkiraly committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c5b2c9a View commit details
    Browse the repository at this point in the history
  4. testing

    fkiraly committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    195e517 View commit details
    Browse the repository at this point in the history