Augurs: a time series toolkit for Rust

Day 1 | 10:30 | 00:40 | UB2.252A (Lameere) | Ben Sully


Note: I'm reworking this at the moment, some things won't work.

The stream isn't available yet! Check back at 10:30.

augurs is a new library for time series analysis (think forecasting, outlier detection, clustering, and more) written in Rust, with bindings available for Javascript and Python. It includes functionality borrowed from both Python and R libraries, plus some more novel ideas. Come and learn about what it can do, as well as:

  • choices made when porting algorithms from different languages
  • techniques used for profiling and optimizing ML code in Rust
  • tradeoffs when creating Javascript/WebAssembly bindings
  • what kind of performance and usability gains to expect