Nils Braun

Results 129 comments of Nils Braun

Thanks for the mention! So no, we do not interact with the event loop in ipython. "Basically" all we do is a groupby of the pandas dataframe and a multiprocessing...

Thank you so much @gallamine! I have added some thoughts to https://github.com/gallamine/dask-sql/pull/1 on that and #181. I think we need to solve both issues at the same time.

That is a reasonable bug you are raising here. Only including the first sentence into the table was actually a "design" decision as the full docstring would probably make this...

That would be cool, but would definitely need a custom sphinx-plugin (or even a custom documentation generator for this), as using only the first line is hard-coded into the autosummary...

Hello @Sandy4321 In the moment tsfresh can only handle numerical values. Some of our feature extractors might also work well with categorical columns (such as everything related to counting values),...

@theinem - is there anything I can help you to finish with this PR?

@theinem - this is not a problem from our side. We are happy to get your code in also in a few weeks. If you feel you can not make...

This PR also includes the changes of #874. I will wait for #874 to be finished (minus the changes in this PR) - after that we can have a look...

Cool! Then thanks for taking your time and starting with open-source development! This is a good question and there are some options: * Easiest solution is to just wait for...

Hi @Apsylem ! You can check the [full log](https://github.com/blue-yonder/tsfresh/pull/877/checks?check_run_id=3031620674) of the automatic build result (or by clicking on "Details"). It will show you all problematic lines. The build will not...