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] multiple quantile regression #108

Merged
merged 19 commits into from
Oct 20, 2023
Merged
11 changes: 11 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@
"ideas",
"review"
]
},
{
"login": "Ram0nB",
"name": "Ramon Bussing",
"avatar_url": "https://avatars.githubusercontent.com/u/45173421",
"profile": "https://github.com/Ram0nB",
"contributions": [
"code",
"doc",
"ideas"
]
}
]
}
8 changes: 8 additions & 0 deletions docs/source/api_reference/regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ take one or multiple ``sklearn`` estimators and adda probabilistic prediction mo

ResidualDouble

.. currentmodule:: skpro.regression.multiquantile

.. autosummary::
fkiraly marked this conversation as resolved.
Show resolved Hide resolved
:toctree: auto_generated/
:template: class.rst

MultipleQuantileRegressor

Base
----

Expand Down
Loading
Loading