Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dask FAQ 提到了奇异值分解 (SVD),http ://dask.pydata.org/en/latest/faq.html 。但我在 API 中没有看到 SVD。我已经安装了 PyPi 的最新版本 0.8.0。
谢谢,卡尔
有一个用于 dask 数组的 SVD 算法。请参阅dask.array.linalg模块。
dask.array.linalg