question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support `dtype` argument in `cupy.corrcoef` and `cupy.cov`

See original GitHub issue

Description

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:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
BasLaacommented, Jan 27, 2022

Will do!

1reaction
BasLaacommented, Jan 28, 2022

Yep, noticed that as well. Am gunna work on it over the weekend. I’ll keep you updated

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found