Jan Freyberg
Jan Freyberg
Numpy docstrings for classes have an Attributes section: https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring However, if I parse a docstring that adheres to it, the Attributes are listed as Parameters: ```python from docstring_parser import parse,...
Would it be possible / desirable to enable notebook parameterisation with URL parameters? I'm currently thinking about using notebooks as external services integrating with amazon MTurk, and it would be...
For `ggplot2`, there are many R packages that define new `geom_*` functions or new `theme_*` functions. I'd love to be able to define a new geom for plotnine (I'm particularly...
Hi, if an exception is thrown during an interactive action, such as a callback invoked by `Canvas.on_mouse_down`, there seems to be no way of knowing this. e.g.: ```python from ipycanvas...
Passing through docstrings now works great when using the `@pipe` decorator, but not when you use the `@dfpipe` decorator (which the dfply functions get defined through). The problem is that...
For the trial-based prediction method, improve what's returned to the user. For the timepoint-based prediction, update the docs and improve how too much data is handled
eg. harmonics requested evaluate to >50 Hz but the frequency limit is 50 Hz
Some models are able to produce probabilistic output that follows some distribution. This would mean you can model uncertainty much better than simply based on entropy / other heuristics. Therefore:...