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 11,359 public repositories matching this topic...

seemethere
seemethere commented Mar 16, 2022

🚀 The feature, motivation and pitch

After the revert of pytorch/pytorch@7cf9b94 we've identified a need to add a lint that checks file names to ensure that they're compatible with Windows machines.

Observed error: (from example commit)

Error: error: invalid path 'test/test_ops_gradients.py '

A simple check on chang

module: bootcamp good first issue module: ci 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 Mar 26, 2022
  • Python
datasets
dlwh
dlwh commented Mar 16, 2022

Describe the bug

Streaming Datasets can't be pickled, so any interaction between them and multiprocessing results in a crash.

Steps to reproduce the bug

import transformers
from transformers import Trainer, AutoModelForCausalLM, TrainingArguments
import datasets

ds = datasets.load_dataset('oscar', "unshuffled_deduplicated_en", split='train', streaming=True).with_format("
bug good first issue
ian-r-rose
ian-r-rose commented Mar 29, 2022

Auto-chunking involves reasoning about dtype size, but for flexible dtypes like unicode strings that is not necessarily known. From the numpy docs:

For 18 of the 21 types this number is fixed by the data-type. For the flexible data-types, this number can be anything.

In particular, it seems t

good first issue array bug
numba
rhjmoore
rhjmoore commented Sep 1, 2021

I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)

from llvmlite import binding as llvm
llvm.set_option('','--debug-only=loop-vectorize')

You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether

good first issue bug - documentation incorrect

人工智能学习路线图,整理近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 Feb 6, 2020
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

xarray

Created by Travis Oliphant

Latest release 22 days ago

Repository
numpy/numpy
Website
numpy.org
Wikipedia
Wikipedia

Related Topics

python scipy