Skip to content

Commit

Permalink
Add support for mixture distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Aug 29, 2023
1 parent b3e83a9 commit 6aaaaa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lightgbmlss/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from . import distribution_utils
from . import flow_utils
from . import zero_inflated
from . import mixture_distribution_utils
from . import Gaussian
from . import StudentT
from . import Gamma
Expand All @@ -20,4 +21,5 @@
from . import ZAGamma
from . import ZABeta
from . import ZALN
from . import SplineFlow
from . import SplineFlow
from . import Mixture

0 comments on commit 6aaaaa6

Please sign in to comment.