-
Notifications
You must be signed in to change notification settings - Fork 37
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
e973e51
commit 06c619f
Showing
3 changed files
with
3 additions
and
6 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 |
---|---|---|
|
@@ -4,12 +4,11 @@ | |
systems, which transform point predictions into prediction intervals | ||
and cumulative distributions, respectively. | ||
Author : Henrik Boström ([email protected]) | ||
Author: Henrik Boström ([email protected]) | ||
Copyright 2021 Henrik Boström | ||
License: BSD 3 clause | ||
""" | ||
from crepes.base import ConformalRegressor, ConformalPredictiveSystem | ||
|
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 |
---|---|---|
|
@@ -4,12 +4,11 @@ | |
systems, which transform point predictions into prediction intervals | ||
and cumulative distributions, respectively. | ||
Author : Henrik Boström ([email protected]) | ||
Author: Henrik Boström ([email protected]) | ||
Copyright 2021 Henrik Boström | ||
License: BSD 3 clause | ||
""" | ||
|
||
# To do: | ||
|
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 |
---|---|---|
|
@@ -4,12 +4,11 @@ | |
out-of-bag calibration, for conformal regressors and conformal | ||
predictive systems. | ||
Author : Henrik Boström ([email protected]) | ||
Author: Henrik Boström ([email protected]) | ||
Copyright 2021 Henrik Boström | ||
License: BSD 3 clause | ||
""" | ||
|
||
# To do: | ||
|