Jeroen Van Der Donckt

Results 95 comments of Jeroen Van Der Donckt

Hey @ievgennaida, I ran your code snippet on my PC, and it finished in 2.866 seconds. The largest chunk (> 90%) of that time is bcs of the `px.scatter`. I...

Hi, To further comment on the enhancements; I recall that you (@ngupta23) had some remarks w.r.t. the rendering of plotly-resampler figures in the notebook output (when the notebook is not...

Hi @mbignotti, Glad to hear that you like our package! :smile: Thank you for identifying this bug & providing a clear explanation with reproducible code! I guess this bug relates...

Hi @mbignotti No problem, never hesitate pinging us! Sharing feature requests / issues is a crucial part in open-source development! I'll discuss both your comments later today with @jonasvdd &...

Had a very fruitful discussion with @jonasvdd & @emield12 (and also with @jellevhb). Based on this discussion, we will refactor the code in #71

Hi @mbignotti, can you confirm that everything works as expected in the latest release of tsflex (v0.3)? :)

The following snippet creates a wrapper method for `sklearn.base.TransformerMixin`-like classes ```py from tflex.features.utils import _get_funcwrapper_func_and_kwargs def transformer_wrapper(transformer) -> FuncWrapper: from sklearn.base import TransformerMixin # assert isinstance(transformer, FuncWrapper) or isinstance(transformer, TransformerMixin)...

If the community has a proper fix for this, feel free to create a PR! :smiley: (This is currently a low priority feature for the core devs as we are...

FYI: all tests that fail now are due to `TimeIndexSampleStridedRolling`, which I did not update accordingly in this PR => I believe we should decide on whether we include the...

macOS-3.10 test is failing due to problems with installing matrixprofile https://github.com/blue-yonder/tsfresh/issues/937