Skip to content

Commit b067aa3

Browse files
author
Vianney Taquet
committed
Add quantile_regression and time_series_regression modules in __init__
1 parent 7c95533 commit b067aa3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mapie/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44

55
from ._version import __version__
66

7-
__all__ = ["regression", "classification", "metrics", "__version__"]
7+
__all__ = [
8+
"regression",
9+
"classification",
10+
"quantile_regression",
11+
"time_series_regression",
12+
"metrics",
13+
"__version__"
14+
]

0 commit comments

Comments
 (0)