numpy
Here are 6,711 public repositories matching this topic...
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
Improve navigation of the I/O how-to by prepending a decision tree/flowchart using an image or graphviz, as suggested by @mattip.
-
Updated
Oct 19, 2019
-
Updated
Jul 9, 2020 - Python
-
Updated
Sep 27, 2019 - Jupyter Notebook
Fastavro iter_avro
Im trying to use the bag.read_avro() functionality, but I get the following error:
AttributeError: module 'fastavro' has no attribute 'iter_avro'
Here is the code to reproduce the case:
import dask.bag as db
path_input = './data/*.avro'
df = db.read_avro(path_input).compute()
From the fastavro (1.0.0.post1) doc, I get it should be calling fastavro.reader inste
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 22, 2019 - Python
-
Updated
Oct 14, 2020 - Python
.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 -
Updated
Aug 17, 2020 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
ConvTranspose Layer
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
-
Updated
Feb 6, 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
-
Updated
Oct 27, 2020 - C++
Support Series.median()
MCVE Code Sample
# Your code here
import numpy as np
import xarray as xr
data = np.zeros((10, 4))
example_xr = xr.DataArray(data, coords=[range(10), ["-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Feb 11, 2020 - Python
-
Updated
Oct 26, 2020 - Python
-
Updated
Oct 16, 2020 - Jupyter Notebook
bukosabino / ta
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.
Add this topic to your repo
To associate your repository with the numpy topic, visit your repo's landing page and select "manage topics."
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.pyis 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.