MCPcopy Index your code
hub / github.com/wepe/MachineLearning / NotFittedError

Class NotFittedError

DecisionTree/id3_c45.py:242–247  ·  view source on GitHub ↗

Exception class to raise if estimator is used before fitting

Source from the content-addressed store, hash-verified

240
241
242class NotFittedError(Exception):
243 """
244 Exception class to raise if estimator is used before fitting
245
246 """
247 pass

Callers 2

predictMethod · 0.85
showMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected