| Nov | DEC | Jan |
| 11 | ||
| 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
import numpy as np from sklearn.feature_extraction import grid_to_graph mask = np.zeros((2, 3)).astRead more Bug Easy 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
PATTERNinscripts/check_for_inconsistent_pandas_namespace.pyto
PATTERN = r"""
(
(?<!pd\.)(?<!\w) # check class_name doesn't start with pd. or character
(\w+)\( # match DataFrame but not pd.DataFrame or tm.makeDataFrame
.* # ma
Read more
Style
good first issue
Open