| Nov | DEC | Jan |
| 01 | ||
| 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
kthvalue like torch.kthvalue(a, k, out=(a, indices)) produces a buffer overflow. Natalia suggested disallowing outputs that overlap with the input.
cc@VitalyFedyunin
Read more
good first issue
module: cpu
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
flake8 [file_path] to check for each file.