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
It appears that pyod does not have a version
print(pyod.__version__) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-12-f3ad4f41ff57> in <module> ----> 1 print(pyod.__version__) AttributeError: module 'pyod' has no attribute '__version__'
python -m pip show pyod Name: pyod Version: 0.8.4 ...
The text was updated successfully, but these errors were encountered:
Added automatic generation of the __version__ attribute. Fixes yzha…
__version__
cbb7f14
…o062#253
Successfully merging a pull request may close this issue.
It appears that pyod does not have a version
The text was updated successfully, but these errors were encountered: