Skip to content

Commit

Permalink
Update xgboostlss.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Jan 25, 2025
1 parent c7d844d commit 27c3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/regression/xgboostlss.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _get_skpro_distr(self, distr):
"""Get skpro distribution object from string."""
import importlib

module_str = "skpro.distributions." + distr
module_str = "skpro.distributions"
object_str = distr

module = importlib.import_module(module_str)
Expand Down

0 comments on commit 27c3308

Please sign in to comment.