Niklas Haas

Results 4 issues of Niklas Haas

Maybe use `map` instead of `compress`? See the SO discussion on the [origin of map in cs](https://stackoverflow.com/questions/1828671/origin-of-map-in-computer-science)

How is it handled in tsfresh?

The "time" shows bins and is encoded as `bin_0.0`. This makes it hard to sort by the column and make plot. What about renaming "time" to "bin" and providing bin...

`from tspreprocess.compress.compress import compress` looks very redundant. I would prefer `from tspreprocess.compress import compress`. One could get rid of the intermediate folders and have all files on the 2nd level?...