We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just an idea, but maybe we can move this to the base AnomalyModule class, something like
AnomalyModule
logger.info(f"Initializing {self.__class__.__name__} model.")
This way we don't need to add this line to every model. I guess we could address this separately.
Originally posted by @djdameln in #343 (comment)
The text was updated successfully, but these errors were encountered:
djdameln
Successfully merging a pull request may close this issue.
Just an idea, but maybe we can move this to the base
AnomalyModule
class, something likeThis way we don't need to add this line to every model.
I guess we could address this separately.
Originally posted by @djdameln in #343 (comment)
The text was updated successfully, but these errors were encountered: