-
Currently, `local_metric` only works for manifolds of type `Euclidean` when using an `InducedBasis`. For consistency I think it might be nice to have this return the same thing for the `DefaultOrthono…
-
While object projections are useful, they are not easily done with deeply nested objects. You usually are forced into one of the three camps:
1. The uber-query. You build conditional projections fo…
xiata updated
2 years ago
-
I think in most cases we don't need the index parameter when calling functions such as lo.Map
WingT updated
11 months ago
-
LLVM can simplify `memcmp` to `bcmp`:
https://github.com/llvm/llvm-project/blob/6367677c9d901f412934b4935c4341dc6d421d36/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp#L1599
However, according t…
-
## Environments
* Framework name: Angular
* Framework version: 14
* Moveable Component version: 0.41.4
* Testable Address(optional):
## Description
How can I access my functions within the "…
-
Pre-requisites:
- [Template literals & tagged letrals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals): write your own template parser:
- simple interpolation
…
-
Hi,
in your readme it says that the --summarize flag needs to be specified for matcher.py if it was also specified at training time.
When I do so I get the following error:
```
Defaults for th…
-
* https://en.wikipedia.org/wiki/Bivector
* https://en.wikipedia.org/wiki/Multivector
* https://en.wikipedia.org/wiki/Bivector#Projective_geometry
* https://www.euclideanspace.com/maths/algebra/clif…
recp updated
5 months ago
-
Is there a reason why the `TransformerMixin` class does not define the methods `fit` and `transform` even though the implemented `fit_transform` method references both of those methods? It seems like…
-
**Is your feature request related to a problem? Please describe.**
I'm wondering if it would be possible to "bring your own" Spark model for use with the interpretability functions, like `ICETransfor…