Class
NotFittedError
Exception class to raise if estimator is used before fitting
Source from the content-addressed store, hash-verified
| 240 | |
| 241 | |
| 242 | class NotFittedError(Exception): |
| 243 | """ |
| 244 | Exception class to raise if estimator is used before fitting |
| 245 | |
| 246 | """ |
| 247 | pass |
Tested by
no test coverage detected