Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbostrom authored Jun 27, 2024
1 parent 5930a45 commit b598bff
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 137 deletions.
11 changes: 10 additions & 1 deletion src/crepes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
from crepes.base import WrapRegressor, WrapClassifier, ConformalRegressor, ConformalPredictiveSystem, ConformalClassifier, ConformalPredictor, __version__
from crepes.base import (
WrapRegressor,
WrapClassifier,
ConformalRegressor,
ConformalPredictiveSystem,
ConformalClassifier,
ConformalPredictor,
__version__
)


Loading

0 comments on commit b598bff

Please sign in to comment.