-
Normally KNN is used for clustering. Assuming un-annotated samples have a high similarity with newly annotated examples, it might be interesting to label them based on this.
MVP
```
from argilla_…
-
In exported pandas dataframe displaced_cross_section_x, displaced_cross_section_y, reappearing_cross_section_x and reappearing_cross_section_y are hard to access.
Suggested structure hstacked numpy…
-
Currently in order to read an array from a HDF5 file we need to do:
```yaml
metadata:
grid_x_extents: { type: array, subtype: int64, size: 1 }
grid_x:
type: array
subtype: double
…
-
**Describe the solution you'd like**
Create a movie recommendation system script in python that learns from my past movie experiences (which i provide to the script or it gets updated with time) and …
-
### 🐛 Describe the bug
I want to save a `std::vector` variable in cpp autograd forward.
So I write the code like this:
```c++
...forward(AutogradContext *ctx, ..., std::vector diff_attrs_list){
…
-
Hi Hannes.
Another thing on Julian's wishlist:-)
The function is not vectorized if the user wants to supply the function with crop groups. The application of PEC_sw_drift() to a large data set …
-
While there is a link to the documentation (top right hand of the fab github entry screen), I would usually first read the README ... and once you scroll then you can't see the link anymore. Also, it …
hiker updated
2 months ago
-
### Priority
Undecided
### OS type
Ubuntu
### Hardware type
Xeon-GNR
### Installation method
- [X] Pull docker images from hub.docker.com
- [ ] Build docker images from source
### Deploy metho…
-
### Feature Description
The following is a minimal example of what is not working:
`
typedef struct packed {
bit bit1;
} testtype_t;
module testmod;
wire testtype_t testwire; // fine
reg …
-
I am getting cryptic stackoverflow when running inference with Vector{Any} observations.
```julia
@model function example_bug()
y = datavar(Vector{Any})
x ~ MvNormalMeanCovariance(zeros(…