-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔍 add benchmarks #21
Comments
|
Could also probably do like a png difference? Save the plot file and actually compare the resulting images somehow? |
Hi @jayceslesar are you referring to the comparisons from this paper? If so, I guess we can cross-reference our ts-datapoint-selection-vis repo! As MinMaxLTTB is in its essence a novel algorithm (2-step algo using first MinMax & then LTTB), we ended up writing a desperate (short) paper about it (and did not include it in the
That is exactly what we do for a matrix difference! We use DSSIM, PEM_20, and MSE to capture this! :) |
@jayceslesar our paper on MinMaxLTTB https://arxiv.org/abs/2305.00332 |
Add benchmarks - that are reproducible - to this repo.
This would also allow contributors to check whether their changes impact (& possibly improve) performance :)
TODOs
=> try to make the Rust & Python benchmarks comparable - using same arraylength, n_out, dtype configurations
The text was updated successfully, but these errors were encountered: