Hacker News new | ask | show | jobs
by optimuspaul 3199 days ago
wonder how this compares to numpy/scipy in terms of features and performance. Looks pretty comprehensive.
1 comments

We aren't at full feature parity, but we're pretty close. There are some big things we are missing (ODE, FFT), and we have a bunch of things they don't have (statistical distance measures being one example). We are trying to be pure-go, so it's not at simple as providing a wrapper API. Working on it though!
statistical distance measures? is that like tSNE and similar?