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
Most package code is missing docstrings.
Since we switched to ruff for linting and formatting, we can enforce docstrings by adding following to pyproject.toml and to github actions.
[tool.ruff.lint] select = ["D"] [tool.ruff.lint.pydocstyle] convention = "numpy"
The text was updated successfully, but these errors were encountered:
average_precision()
mean_average_precision()
No branches or pull requests
Most package code is missing docstrings.
Since we switched to ruff for linting and formatting, we can enforce docstrings by adding following to pyproject.toml and to github actions.
The text was updated successfully, but these errors were encountered: