-
Using `threadid` is not safe due to possibility of yields; see [this blog post](https://julialang.org/blog/2023/07/PSA-dont-use-threadid/).
-
arm61 updated
2 years ago
-
Would be great to have different Sampling Methods in addition to the PLMS default. I've seen other options being used and the results are staggeringly different which would be amazing to have — `Euler…
-
Random sampling methods for common distributions are required.
## Normal distribution:
Currently Arraymancer uses Box-Muller: https://github.com/mratsim/Arraymancer/blob/d05ef61847601fe253837329e0…
-
### Context
We currently perform [reproducible random sampling](https://github.com/elastic/kibana/pull/191598) of 100 entries from the user-provided log file.
### Enhancement
We can sample **inte…
-
I always put the custom configurations I need in the ui-config.json configuration file.
This saves me time and I would not have to change every settings every time.
Many configurations works usign…
-
Currently there is one factor (`:guided`) responsible for flagging if that scenario should be counterfactual, unguided or guided, but this same factor is also responsible for indicating which MCDA to …
-
We might want to add a comparison oriented tutorial for various sampling algorithms at some point. Two previous tutorials that I find relevant are
- https://github.com/mlss-2019/tutorials/blob/mas…
yebai updated
4 years ago
-
Add tests for generating a large number of samples and check if the probability distribution is approximately same as expected.
-
Hi again, was unable to pass the test while following Tutorial 1:
```
> dataset_test("tutorial_dataset_1")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 64 ]
── Error: tutorial_dataset_1 ─────────────────…
hrlai updated
4 hours ago