Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes authored Sep 4, 2024
1 parent 3a68419 commit c27b428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# asap-rs

[![crates.io](https://img.shields.io/crates/v/asap-rs.svg)](https://crates.io/crates/asap-rs)
![License](https://img.shields.io/badge/License-MIT-blue.svg)

A Rust implementation of ASAP (Automatic Smoothing for Attention Prioritization), based on the paper "ASAP: Prioritizing Attention via Time Series Smoothing" learn more: [source paper & js code: ](https://github.com/stanford-futuredata/ASAP)
Expand Down Expand Up @@ -27,4 +27,4 @@ fn main() {
Smoothed size: 25
Original mean: 2499.97
Smoothed mean: 2499.97
```
```

0 comments on commit c27b428

Please sign in to comment.