Goal: choose algorithms that: * ideally have a Rust implementation * ideally the implementation is streaming/online (as this is easier to scale up) * are valuable to (potential) Amadeus users Rust crates: * https://github.com/axect/peroxide Resources on streaming algos: * [Online machine learning implementations on wikipedia](https://en.wikipedia.org/wiki/Online_machine_learning#Implementations) * [creme in python](https://github.com/creme-ml/creme)