-
The real goal here is to figure out which chunking algorithm(s) are ideal for archiving datasets so that we can recommend those chunking algorithms in any instructions we provide to archivists and dat…
-
the shape of pred_probs is (351133, 1522), the shape of embedding is (351133, 45812)
the code snippet is below:
`lab = Datalab(data_for_train, label_name="vps")`
`lab.find_issues(pred_probs=pred_…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I now find myself with some free time that I would like to put in to extending the STDLIB. I have some preliminary work on three topics that might be useful to users of STDLIB: error codes, hash table…
-
**Describe the bug**
`power_centrality()` cannot handle weighted graphs and so returns different values for a weighted graph and for an equivalent graph with parallel edges.
`sna::bonpow()`, on…
-
Hi, my use-case is not what you intended, but I think `diff-dd` could be used for my scenario. I am doing some experiments, but I thought you may have knowledge about my situation that you could possi…
-
At the moment, if I set up the project then run a build it will say "1 succeeded".
If I run the build again without changing any files, I'd like the build to be skipped (i.e. "1 up-to-date" instead…
-
**What is the goal / desired outcome?**
Pachyderm doesn't currently have a well-trodden path to implement an iterative algorithm, where a result is recursively refined until it reaches some accepta…
-
## Introduction
Apart from the API simplification, the main intent of #907 was to enable new optimizations: it's possible to eliminate a bunch of unnecessary processing steps from the most common YCb…
-
It would be useful, especially to potential contributors, to have a unified description of how public interfaces should be structured. At first glance, I assumed we would be attempting to stay as clo…