Skip to content
#

NumPy

numpy logo

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 12,451 public repositories matching this topic...

kumpera
kumpera commented Jun 13, 2022

🚀 The feature, motivation and pitch

The current implementation of Zero Redundancy optimizer has its own implementation of object broadcasting.

We should replace it with c10d [broadcast_object_list](https://pytorch.org/docs/stable/distributed.html#torch.distributed.broadcast_object_lis

oncall: distributed module: bootcamp good first issue triaged

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Apr 3, 2022
  • Python
datasets
dgrnd4
dgrnd4 commented Jun 15, 2022

Adding a Dataset

good first issue dataset request
ncclementi
ncclementi commented Jul 11, 2022

In this docs https://github.com/dask/dask/blob/main/docs/source/dataframe-groupby.rst we are using df in some places for pandas dataframes and in other palces for dask dataframes. There is also mention to ddf and df_dask.

For example:

df (pandas):

>>> df = pd.DataFrame({
...   'a': ['a', 'b', 'a', 'a', 'b'],
...   'b': [0, 1, 0, 2, 5],
... })
>>> ddf = dd.from_pandas(d
good first issue documentation
numba
brunojacobs
brunojacobs commented Jun 14, 2022
  • I have tried using the latest released version of Numba (most recent is
    visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
  • I have included a self contained code sample to reproduce the problem.
    i.e. it's possible to run as 'python bug.py'.

I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation

good first issue bug - failure to compile

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Jun 23, 2022
ta
markdregan
markdregan commented Jan 7, 2022

Wondering if this already exists? If not happy to create if valuable.

I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.

examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"

Can help quickly grasp what the features represent without having to refer back to do

Created by Travis Oliphant

Latest release 4 days ago

Repository
numpy/numpy
Website
numpy.org
Wikipedia
Wikipedia

Related Topics

python scipy