-
**Describe the bug in current situation**
On 21/dec/2022, Intake received 125 duplicate request submission email from a single user. Note from @arielleandrews , "The FOI request inbox received 125 dup…
-
My colleague and I have been working on a project where we'd like to apply conditional variable importance [1] to random survival forests on fairly large data. The existing implementation in the `part…
-
Hello All,
There is a problem that takes a lot of time during MPI startup(MPI_INIT) with a large number of MPI ranks.
The section that takes time is: **ucp_worker.c:1719 UCX INFO ep_cfg[0], ep_c…
-
Could you please implement glm trees in ranger, with glms used as a (multidimensional) splitting method at every node, along with the usual RF random selection of a subset of variables at each node.
-
@rubenskuhl, estou recebendo esse erro ao tentar consultar o WHOIS para um domínio:
![Screenshot 2024-08-02 at 13 12 20](https://github.com/user-attachments/assets/4b845c4c-a193-4daf-ac32-412398b2b…
-
So, prior to porting some code to SharedArrays, I wanted to see what the overhead of using this data structure was for the parts of the codebase that would remain single threaded. It turned out to be …
-
Summary of request: Add a new organization to ROR
Name of organization: Institut für Mikrobiologie der Bundeswehr*de
Website: https://www.instmikrobiobw.de
Domains: instmikrobiobw.de
Link to pub…
-
I quickly glanced through the code and did not find any intercept adjustment during test (prediction) time when the estimator is initialized as ``LogisticRegression(class_weight="balanced")`` and the …
-
bughuntoor
Medium
# Funding rate will be lost if there's no positions on one of the sides
## Summary
Funding rate will be lost if there's no positions on one of the sides
## Vulnerability Detail
T…
-
A user reported code which basically boils down to this:
```py
class A:
a: Optional[int]
b: Optional[int]
...
def f(self) -> None:
if None in (self.a, self.b):
…