NumPy

NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
Here are 9,224 public repositories matching this topic...
-
Updated
Jul 26, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
LGTM alerts .
I notice that there are still a fair number LGTM alerts, many of which look pretty simple. I wonder if they would be a good source of issues for the next NumPy sprint?
-
Updated
Oct 19, 2019
-
Updated
Dec 22, 2020 - Python
What happened:
If a negative value for drop_axis
is passed into either map_blocks
or map_overlap
a non-informative exception is raised.
What you expected to happen:
I would expect this would work as in NumPy for negative axis arguments where axis becomes axis = axis % array.ndim
. If it is not intended to work, then it should raise a user-friendly AxisError
. This came up
-
Updated
Dec 23, 2020 - Python
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Aug 11, 2021 - Python
-
Updated
Jul 9, 2021 - Python
The Github issue tracker URL in error messages should be updated to use issue templates
Originally posted by @esc in numba/numba#7223 (comment)
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Jun 10, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Jun 6, 2021 - Python
codebasics / py
-
Updated
Jul 28, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Python
What's wrong?
-
Updated
Aug 12, 2021 - C++
hi,
if possible, please add these indicators as well:
TDI (Traders Dynamic Index)
chandelier exit
pivot points
BOP (balance of power)
CTM (Chande trend meter)
Coppock Curve
Correlation Coefficient
PMO (DecisionPoint Price Momentum Oscillator)
Ulcer Index
most of them except TDI are available on stockcharts.com
thanks
[Error Message] Improve error message in SentencepieceTokenizer when arguments are not expected.
Description
While using tokenizers.create with the model and vocab file for a custom corpus, the code throws an error and is not able to generate the BERT vocab file
Error Message
ValueError: Mismatch vocabulary! All special tokens specified must be control tokens in the sentencepiece vocabulary.
To Reproduce
from gluonnlp.data import tokenizers
tokenizers.create('spm', model_p
-
Updated
Aug 12, 2021 - Rust
Support Series.between
As far as I know, there's no way to see what options are enabled.
It'd be nice to add either xr.get_options
or xr.show_options
or xr.options
so that users can see what is enabled.
I think it would be nice to have a one-line description under each option
"arithmetic_join": "outer"
controls DataArray/Dataset alignment in binary operations.
Created by Travis Oliphant
Latest release 28 days ago
- Repository
- numpy/numpy
- Website
- numpy.org
- Wikipedia
- Wikipedia