| Oct | NOV | Dec |
| 27 | ||
| 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.
.py extensions because TensorFlow does not yet support the current Python.
●dynamic_programming/k_means_clustering_tensorflow.py_tf
●machine_learning/lstm/lstm_prediction.py_tf
●neural_network/gan.py_tf
●neural_network/input_data.py_tf
TODO: Restore the .py file extensions
Read more
Good first issue
Open
.rst so that they appear on the website.
Doc is already inline here https://github.com/pytorch/pytorch/blob/df88cc3f7f5c13221a93d7d3d38e681a3d5a6b6a/torch/nn/modules/module.py#L89-L115
cc@jlin27 @mruberry
Read more
good first issue
module: docs
triaged
Open
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
install.rst are outdated and require an update.
It will be nice to check for other parts of the documentation for the same issue.
Read more
bug
docs
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
OrderedDict:
https://github.com/pandas-dev/pandas/blob/e4cf3abe0020aa801950e0383fffc13ee9703456/pandas/tests/frame/test_constructors.py#L1250-L1288
As of PEP 468 standard dictionaries are ordered so these tests should also work with OrderedDict
Read more
Constructors
Needs Tests
good first issue
Open