-
```
Hi,
First, I have to say that this package is really great and very well
written. However, I have one main issue with it that made me stop using it:
The algorithms use raw probabilities [0-1] as…
-
We currently run a single controller per cluster or per namespace. Per cluster we only run one and use leader election to provide HA. Per namespace you have to manually configure each namespace (big o…
-
Dear authors,
Thanks for providing an open source implementation for your interesting paper.
Please would it be possible to provide the pre-trained weights as well?
Many thanks in advance!…
-
**Intersections:**
- [ ] Review and simplification of the MeshIntersections class and auxiliary calculation classes.
- [x] 1d-2d in 2d intersection algorithm. Necessary for completely replace NGH.
…
-
It seems the function linalg.logm is significantly slower than a naive way to compute the matrix logarithm using SVD.
If we compute the matrix logarithm of a random positive definite matrix, I see…
-
This is the draft plan for the upcoming iteration in Jan ~ Feb, it's a 6 week's iteration.
## Release Plan for V0.3
* Release Manager: @wenxcs
* Feature Freeze Date: 2021.~03.04~ TBD
* Code …
-
# Site Reliability Engineer (SRE) Interview Preparation Guide
This repository is an attempt to consolidate useful resources for Site Reliability Engineer (SRE) interview preparation.
## Basics
…
-
**Is your feature request related to a problem? Please describe.**
Why use cluster states? The primary hurdle to achieving practical quantum computation is scaling, a difficulty significantly exace…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR31084](https://bugs.llvm.org/show_bug.cgi?id=31084) |
| Status | CONFIRMED |
| Importance | P norm…
-
### Describe your issue.
`gaussian_kde` throws a `ValueError` when the number of dimensions is greater than the number of data points. This only affects certain algorithms: a KDE is still perfectl…