Daniel Bartling

Results 17 comments of Daniel Bartling

Unfortunately still open. Here is a reprex: Commenting out either filter option in datatable or selectizeInput will give a correct dateInput, but if not dateinput does not initialize correctly. I...

Hi would love this feature too, for a big YAML it becomes much much more human readable in array format

~~@aiwalter changed it so pooling is by default global~~ edit: reworked because defaulting to global (which is a new functionality) instead of local was a breaking change

@fkiraly @aiwalter Included documentation and fixed all tests, from my side ready to merge

@aiwalter what is the general logic, should the same parameters be explained in all functions and classes where they appear? or only in the upper most / lowest class and...

@aiwalter I add the documentation. Regarding your question, currently only WindowSummarizer is supported, because it is specifically tailored to the efficient en-bloc approach of having a transformer within make_reduction. The...

Hi we can pass a list of transformers and that works (a list of WindowSummarizers will work - it just does not make sense currently but will also not produce...

hi i have implemented this to address some shortcomings that existed in the previous classes. Until your rework is completely finished, wouldnt it make sense to deploy those fixes? Currently...

> Yes, makes sense, @danbartl - let's fix things! > > May I ask: > > 1. could we separate out the changes to the notebook from the changes to...

> re pooling, would it not make sense to not do this in the _sliding_window_transform, and always do global pooling? Then > control global/local in the class? Seems redundant, because...