Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StatMixedML authored Aug 29, 2023
1 parent bd844fb commit ec43e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xgboostlss/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from . import multivariate_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 @@ -26,4 +27,5 @@
from . import MVT
from . import Dirichlet
from . import SplineFlow
from . import Mixture

0 comments on commit ec43e67

Please sign in to comment.