Skip to content

Commit

Permalink
remove warnings import
Browse files Browse the repository at this point in the history
  • Loading branch information
ashler-herrick committed Sep 4, 2024
1 parent 58d04f2 commit 0666534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngboost/distns/negative_binomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from scipy.stats import nbinom as dist
from scipy.special import digamma
from scipy.optimize import Bounds, minimize
import warnings

from ngboost.distns.distn import RegressionDistn
from ngboost.scores import LogScore
Expand Down

0 comments on commit 0666534

Please sign in to comment.