-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
🚀 integrate with tsdownsample #191
Conversation
@@ -62,6 +69,7 @@ class LTTB(DataPointSelector): | |||
>>> s = pd.Series(["a", "b", "c", "a"]) | |||
>>> cat_type = pd.CategoricalDtype(categories=["b", "c", "a"], ordered=True) | |||
>>> s_cat = s.astype(cat_type) | |||
* `LTTB` has no downsample kwargs, as it cannot be paralellized. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe plug here MinMaxLTTB?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! See comments
README.md
with thetsdownsample
integration! 🔥parallell
parameter?Copy all Python implementation to tsdownsample - where we can properly test whether these yield the same results