-
You don't have a geometric distribution? :(
-
renpy allows you to specify [custom distributions](https://www.renpy.org/doc/html/build.html#build.package) that can be built with the launcher command. i don't think there currently is a way of decla…
-
The Globalise project publishes a dataset (https://datasetregister.netwerkdigitaalerfgoed.nl/show.php?lang=nl&uri=https%3A%2F%2Fhdl.handle.net%2F10622%2FLVXSBW) that contains a very large amoint of di…
-
In pytorch, the following is easily possible:
```python
logits = ...
probs = Categorical(logits=logits)
log_prob = probs.log_prob(value)
entropy = probs.entropy()
```
but when I want to achieve…
-
The plots below compares the runtime performance of 4 configurations of the mediator component for a 1-year model run using the OM3 0.25deg configuration. Each configuration varies the number of cores…
-
I think a problem on probability distributions (e.g., binomial, Poisson, normal) would be a good one to add.
-
I am looking for easy ways to review the usage of tag combinations by country. Eg for https://github.com/openstreetmap/id-tagging-schema/pull/1327#issuecomment-2452855557
Taginfo has the distributi…
-
-
Webassembly [is now a supported platform for CPython](https://github.com/python/cpython/blob/main/Tools/wasm/README.md), and can be used via e.g. [the Pyodide project](https://github.com/pyodide/pyodi…
-
Currently, the application handles only a few Linux distributions (debian, fedora, arch).
Add a few more to it
If you can think of installers already implemented which might only work with a part…