-
Hi,
First of all, thanks for a great product! I've been using Shapley-value-induced black-box model explanations for a few years now, starting with the work of Strumbelj and Kononenko (http://lkm.f…
-
It looks to me like `canonical_reordering_sign_euclidean()`'s running time is probably quadratic in the highest index of any bit set in `bitmap_a` (or maybe linear, if `count_bits_set()` is fast, i.e.…
-
### Description
[CombustionMeintjes1990C.zip](https://github.com/OpenModelica/OpenModelica/files/15111087/CombustionMeintjes1990C.zip)
```modelica
model CombustionMeintjes1990C
constant Real…
-
I’m trying to figure out how I can run a count(distinct) query in Lens and generate precise results. Our Unique Count aggregation in Lens is producing wrong results vs an external deterministic unique…
-
### Detailed description
Times change
so does the development of algorithms and documentation
Some of the older algorithms existing in this repository do not fit the [contribution guidelines…
-
The best way to do bulk few-limb arithmetic on real numbers seems to be to convert to fixed-point form for things like matrix multiplication, FFT and polynomial multiplication. This generally means us…
-
I have three suggestions:
1. Export `cumsum` procedure:
https://github.com/mratsim/Arraymancer/blob/1a2422a1e150a9794bfaa28c62ed73e3c7c41e47/src/arraymancer/ml/clustering/kmeans.nim#L26
```nim…
-
Added `matching_generating_poly`, modified `matching_polynomial`, added an option
to `permanental_minor_polynomial`, which for some graphs is faster than the previous
algorithm.
`matching_generatin…
-
Replaced/duplicate implementations
- [ ] New Link Cut Tree implementation (this submission from NWERC has a [short one](https://ideone.com/EhActz))
- [x] Another simplex implementation (they're not …
-
1. Given a two different probability expressions `P(...)` and `P(...)` and a (topological) ordering over all of the variables inside, what is the algorithm for ordering the two probability expressions…