The Wayback Machine - https://web.archive.org/web/20201028231109/https://github.com/topics/numpy
Skip to content
#

numpy

Here are 6,719 public repositories matching this topic...

realiti4
realiti4 commented Oct 15, 2020

Hi, I've moved to Cuda 11.0 and I am getting warnings below while compiling. I just can't remember exactly, but I don't think I saw these with 10.2. I don't know if it related, but run_test.py is also failing when it comes to Distribution related tests. I can post test's log when the build is complete, if it is helpful. Thank you.

[3950/5005] Building NVCC (Device) object caffe2/CMakeF

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 Oct 1, 2020
  • Python
ianozsvald
ianozsvald commented Oct 27, 2020

Hi all, I've got a doc suggestion for https://docs.dask.org/en/latest/dataframe-groupby.html#aggregate

The documentation makes it look easy to write a custom Aggregation function but it doesn't note the steps need to access the numbers behind an existing SeriesGroupBy object - this cost me a couple of hours of trial and error.

My suggestion would be to add something like the following to

numba
njriasan
njriasan commented Oct 21, 2020

.join seems to not work properly with unicode arrays. Here is a reproducer:

In [16]: str_arr = np.array(["hi", "there"])

In [17]: ",".join(str_arr)
Out[17]: 'hi,there'
In [18]: numba.njit(lambda str_arr: ",".join(str_arr))(str_arr)
TypingError: Failed in nopython mode pipeline (step: nopython frontend)
- Resolution failure for literal arguments:
No implementation of function 

人工智能学习路线图,整理近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
gluon-nlp
sxjscience
sxjscience commented Oct 25, 2020

Description

TVM support has been added in dmlc/gluon-nlp#1390. Also, we updated our benchmarking utility to support profiling the inference speed of TVM: https://github.com/dmlc/gluon-nlp/tree/master/scripts/benchmarks. We can further improve our document.

  • Attach the benchmark numbers. (Good for beginners)
  • Add a tutorial about how to convert GluonNLP mod
ta
brightening-eyes
brightening-eyes commented Aug 22, 2020

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

Improve this page

Add a description, image, and links to the numpy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numpy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.