-
Using MacOS 14.2.1 with Apple Silicon CPU, `roc_nightly-macos_apple_silicon-2023-12-23-6710b371a43`:
`roc check` passes this code:
```roc
app "bug"
packages {
pf: "https://github.…
-
```
app "cli-tutorial"
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.0/bkGby8jb0tmZYsy2hg1E_B2QrCgcSTxdUlHtETwm5m4.tar.br" }
imports [pf.Stdout, pf.Stdin, pf.T…
-
Hello , I'm having some confusion while calculating the ROC curve for watermark detection and would appreciate your help. Let's say we have 500 watermarked texts to calculate the detection accuracy. S…
-
`Path/File.isFile` according to the documentation: `Returns true if the path exists on disk and is pointing at a regular file. Any error will return false.`
# Reproduction:
Run `Path/File.isFile` …
-
If I do `export FOO=blah` and then do `roc myprogram.roc`, the host of `myprogram.roc` will not see that environment variable.
Probably we need to forward the environment to the child process we sp…
-
When working on roc-ray examples, I ran into what looks like a couple of bugs with `try` and `?` early returns with effectful functions. It seems like the backpassing-style continuation that gets gene…
-
Zig has a nice allocator system. The platform could use it instead of c-alloc.
Here is an example, how this is possible: https://github.com/ostcar/roc-aoc-platform/blob/43064f864b7a9c1c8db452c85b10…
-
The minimize command produces a new project that does not contain any of the code that is not used when running `roc run path/main.roc`, allowing you to focus on what's important. `roc minimize path/m…
-
In the Python `rdkit.ML.Scoring.Scoring` module, the `CalcROC()` and `CalcAUC()` functions return incorrect results when multiple inputs have the same score. The correct behavior would be to consider…
-
### Use case
I would like to have a way to compute the PR-AUC for my models, given their scores and labels. The function's output should match **sklearn**'s `average_precision_score`, just like **C…