grape
grape copied to clipboard
Can I use Grape to develop my own customed algorithm?
I am working on a algorithm referring to parallel computation, graph data mining and Hyperloglog. I wonder if there's a way to use Grape to develop my own algorithm, or only the given algorithms are available?
Hi @dongxudongxu - Disregard the documentation website and do read the set of methods that you get when running the help method as suggested in the README. Of course, if you are competent enough in Rust and Python, you can certainly use the code base and develop your own extension as you desire.