Skip to content

Commit

Permalink
crepes 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbostrom authored Jun 28, 2022
1 parent 6560fc6 commit d7d34ae
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 151 deletions.
9 changes: 5 additions & 4 deletions src/crepes/__init__.py
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__


Loading

0 comments on commit d7d34ae

Please sign in to comment.