Maximilian Christ

Results 30 comments of Maximilian Christ

Any update on this? Is the description clear?

related to #832 I think google also recommends in their python style guide to have a short description of each python fuunction in the first line of the docstring, then...

Are you aware of https://docs.scipy.org/doc/scipy/reference/signal.html? There is a wide range of signal processing techniques that is already implemented. I unfortunately do not have much experience with signal processing

> Other than that plotting the next day's prediction will always look nice but just taking the last day's value as prediction looks even nicer ;) We can the add...

out of the box, we are not beating the y-1 benchmark, which I added to the notebook.

Sorry for the late answer @dreyco676 . The links that you send me are interesting. I am not sure how to implement this properly and I am lacking at the...

Hi @rth, thanks for the issue and the benchmarks, its always good to push the boundaries. From my point of view, you showed in your benchmark that it is possible...

Thanks for the detailed answer @rth > Not necessarily. It implies that all time series are sampled on the same time grid. Ideally it would also be uniformly sampled (tsfresh...

we have not yet implemented a rolling window api to do that efficiently. To implement such a API, one would have to decide for every feature calculator if this calculator...

For most use cases that involve to forecast time series this can reduce the time to calculate the features. But as stated above, for a class of features is it...