Clarkson Woodruff Transform implementation (Randomized Numerical Linear Algebra)
Hello, I just made a pull request to the official repository with the implementation of the Clarkson Woodruff Transform (Count Min Sketch) for dense matrices. You can find more details of the pull request here <https://github.com/scipy/scipy/pull/7809>. I would not like to made it badly (this is my pull request to the project) so any advice is welcome (Main implementation/tests/documentation). Jordi Montes.
On Tue, Aug 29, 2017 at 9:49 PM, Jordi Montes <jomsdev@gmail.com> wrote:
Hello,
I just made a pull request to the official repository with the implementation of the Clarkson Woodruff Transform (Count Min Sketch) for dense matrices.
You can find more details of the pull request here <https://github.com/scipy/scipy/pull/7809>.
Hi all, this PR (https://github.com/scipy/scipy/pull/7809) is now in decent shape. If you have an interest in this topic, please have a look. If there are no further comments, I'll hit the green button soon. Cheers, Ralf
I would not like to made it badly (this is my pull request to the project) so any advice is welcome (Main implementation/tests/documentation).
Jordi Montes.
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
participants (2)
-
Jordi Montes -
Ralf Gommers