Skip to content

Commit

Permalink
disable super init not called
Browse files Browse the repository at this point in the history
  • Loading branch information
ashler-herrick committed Sep 4, 2024
1 parent 5e013f8 commit c23bdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngboost/distns/negative_binomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class NegativeBinomial(RegressionDistn):
n_params = 2
scores = [NegativeBinomialLogScore]

# pylint: disable=super-init-not-called
def __init__(self,params):
# save the parameters
self._params = params
Expand Down

0 comments on commit c23bdaa

Please sign in to comment.