Skip to content

Commit 6aaaaa6

Browse files
author
Alexander März
committed
Add support for mixture distributions
1 parent b3e83a9 commit 6aaaaa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightgbmlss/distributions/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from . import distribution_utils
44
from . import flow_utils
55
from . import zero_inflated
6+
from . import mixture_distribution_utils
67
from . import Gaussian
78
from . import StudentT
89
from . import Gamma
@@ -20,4 +21,5 @@
2021
from . import ZAGamma
2122
from . import ZABeta
2223
from . import ZALN
23-
from . import SplineFlow
24+
from . import SplineFlow
25+
from . import Mixture

0 commit comments

Comments
 (0)