ngboost
ngboost copied to clipboard
class CRPScore not defined?
` class CRPScore(Score): """ Generic class for the continuous ranked probability scoring rule. """
CRPS = CRPScore `
/usr/local/bin/python3.7 ng/ngboost/examples/simulations/regression_sim.py Traceback (most recent call last): File "ng/ngboost/ngboost/distns/distn.py", line 45, in implementation return {S.bases[-1]: S for S in scores}[Score] KeyError: <ngboost.scores.CRPScore object at 0x11dbc26d0>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "ng/ngboost/examples/simulations/regression_sim.py", line 45, in
@rotcx can you share your code?