| Oct | NOV | Dec |
| 14 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
pip install pre-commit
●run pre-commit run --all-files
●commit and push the changes to your fork.
Read more
Good first issue
Type: documentation
__init__onSparseAdam iterates over params to check if sparse Tensors are included, but it does not take a possibility that the params is actually a generator for example in a case where we use model.parameters. Therefore it fails the initialization with ValueError: optimizer got an empty parameter list in such cases.
scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
Read more
Bug
Easy
Performance
good first issue
Open
HttpCompressionMiddleware needs to be relfected in Scrapy stats.
trackref](https://docs.scrapy.org/en/latest/topi
Read more
enhancement
good first issue
Open
design:review. If this includes a design proposal,
include the label `design:suggest
Read more
#bug
cosmetic-issue
good first issue
sqllab
Open
# type: ignore were added to silence mypy errors to be fixed 'later'. If an ignore is needed due to a error with the type checker, a comment with a reference to the mypy issue on the github mypy issue tracker should be included.
Further investigation or PRs welcome removing these ignores or adding comments with links to mypy issues if applicable. PRs should include 'xref #37715'
Read more
Typing
good first issue
Open