Robert Wolff
Robert Wolff
Actually, in case that unit has a plural form, it should be even better organized. And the pseudo code looks then like that: ```python def get_plural_singular(count, unit, ingredient): if count:...
It would be great to have this included in some way. Here an ad-hoc wrapper for the first and second option: ```python import types import pandas as pd class Expr(str):...
@trevismd Any plans to keep this project going? Thanks for the work!
Hi all, sorry for my silence. I indeed didn’t have much time recently. I now added @b-grimaud as collaborator to my python-neo repository. Maybe you want to push your work...
> > Speed-up of MVN entropy estimate for 1D variables by using the variance instead of the covariance matrix calculation. > > Did you time it? Since both implementations ultimately...
> Another exmaple is 2 independnt normal distribution, as the σ changes [their entropy can change from negative to positive](https://en.wikipedia.org/wiki/Differential_entropy#:~:text=Table%20of%20differential%20entropies) but mutual information would be 0, so it can be...
Another solution could be to implement another way to trigger the OCRbot, e.g. by private message > @ OCRbot https://link.to.message
If userA starts an answer to an OCRbot message, then by default the answer starts with > @ OCRbot @ userB This happened e.g. here: https://social.dsmouse.net/@MrsMouse/109423777972235807 I see two options:...