-
it is not described what data and how generated
for blackbox lime:
https://eli5.readthedocs.io/en/latest/blackbox/lime.html
eli5 supports dataset generation using Kernel Density Estimation, to en…
-
-
```
transferring from prior feature tracker:
13 votes:
"Extend the heat map API so it can map actual data values, not just the density
of points."
11 votes:
"Add a kernel function on the map (plo…
-
Add a scatter density method to the Pitch classes.
Inspiration:
- https://twitter.com/etmckinley/status/1169256582145703937
- https://github.com/LKremer/ggpointdensity
In principle, this could…
-
I have calculated two GP regression models and would like to have them plotted in the same figure. For example:
Model 1
```
kernel = GPy.kern.RBF(input_dim=1, variance=.1, lengthscale=1.)
m1 = G…
-
### Describe the bug
I'm trying to run a sweep with 22500 runs. I've now attempted running the sweep twice. In both cases, the sweep failed to stop once finishing all the runs. Here is an example:
h…
-
Dear all,
I am trying to get the MO of one particular geometry and use them to obtain the energy for another geometry, so that all my geometries are constructed in the same MO basis or at least in …
-
**Describe the bug**
Multiplication by constant is not well optimized if output width is the same as arguments' widths. It is possible to write addition with shifts in loop that is faster.
**To Repro…
-
### Bug Description
In the process of merging the `DirectDirichletBC` type, the calculation of the residual in the base class was changed from
```
Real resid = (computeQpValue() - _sys.solutionOl…
-
### Motivation
In `InertialForce` we have params.set("use_displaced_mesh") = true;.
This technically correct if we calculate the density correctly.
If we set it to false then it would always be …