We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Augurs: a time series toolkit for Rust

Formal Metadata

Title
Augurs: a time series toolkit for Rust
Title of Series
Number of Parts
108
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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