Yury Gorishniy
Yury Gorishniy
I would like to add that "logits" in the context of multiclass problems usually mean the input to the _softmax_ (not the _sigmoid_) function. I am not sure if there...
@gsantner Hi! I would like to mention one particular use case: [Notable](https://notable.md/). It is just an editor in the same sense as Markor, but for desktops: you manually place the...
Hey @hvy ! Sorry for bothering. Do you have any plans or ideas regarding this question?
Hi @HideakiImamura ! What do you think about this issue?
I've just tried what you are suggesting and it works. However, it also makes it necessary to: 1. put all other documented members of `my_lib` in `__all__` 2. duplicate my...
While `__pdoc_mapping__` is a clear self-sufficient concept which is convenient to discuss, I should say that there are other ways to implement the idea. Especially I would like to mention...
Hello! Sorry for the slow reply, and thanks for your work! I like that skorch is used. I should add that hyperparameters for specific models should be tuned, if possible....
UPDATE: indeed, the absent slash was the problem, now it works fine, thank you. Looks like it is worth raising a warning in such case. --- @bpabel here is the...
I am a simple Flit user, not an expert in packaging at all. I personally use Flit because of its `publish` command. When I have a library of the simplest...
While it is not directly related to the discussion, in theory, [this issue](https://github.com/pytorch/ignite/issues/1089) may also be relevant, since it highlights one more aspect of accuracy-like metrics that may be taken...