Support `dtype` argument in `cupy.corrcoef` and `cupy.cov`
See original GitHub issueDescription
https://numpy.org/doc/stable/reference/generated/numpy.corrcoef.html
https://docs.cupy.dev/en/stable/reference/generated/cupy.corrcoef.html
Seems args are different
Additional Information
dtype
argument added in NumPy version 1.20.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
cupy.ndarray — CuPy 11.4.0 documentation
dtype – Data type. It must be an argument of numpy.dtype . memptr (cupy.cuda.MemoryPointer) – Pointer to the array ...
Read more >CuPy Documentation - Read the Docs
CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python. CuPy acts as a drop-in.
Read more >[FEA] need to support cudf.DataFrame([['a','b']]).corr() when set ...
Please describe. from time series analysis, need to support spearman correlation matrix ... corr = cupy.corrcoef(self.values, rowvar=False).
Read more >50x Faster NumPy = CuPy - Unum.Cloud
It was enough pain in the S to build TensorFlow, PyTorch or MxNet with CUDA support that essentially no one even tried porting...
Read more >Supported NumPy features - Numba
All numeric dtypes are supported in the dtype parameter. timedelta arrays can be used as ... numpy.corrcoef() (only the 3 first arguments, requires...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will do!
Yep, noticed that as well. Am gunna work on it over the weekend. I’ll keep you updated