-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6560fc6
commit d7d34ae
Showing
3 changed files
with
497 additions
and
151 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
"""Conformal regressors and predictive systems (crepes) | ||
Routines that implement conformal regressors and conformal predictive | ||
Classes implementing conformal regressors and conformal predictive | ||
systems, which transform point predictions into prediction intervals | ||
and cumulative distributions, respectively. | ||
and cumulative distribution functions, respectively. | ||
Author: Henrik Boström ([email protected]) | ||
Copyright 2021 Henrik Boström | ||
Copyright 2022 Henrik Boström | ||
License: BSD 3 clause | ||
""" | ||
from crepes.base import ConformalRegressor, ConformalPredictiveSystem | ||
from crepes.base import ConformalRegressor, ConformalPredictiveSystem, __version__ | ||
|
||
|
Oops, something went wrong.