glmdisc.NotFittedError

exception glmdisc.NotFittedError[source]

Exception class to raise if estimator is used before fitting. This class inherits from both NotFittedError from sklearn which itself inherits from ValueError and AttributeError to help with exception handling and backward compatibility.