-
Trying to train an imported model from JSON fails.
Use case:
```typescript
let net = new LSTM();
const trainingData = [
{
input: 'hi',
output: 'mom',
…
-
Thanks a lot for this great library!
I came across an issue with `array_agg`, I would like to preserve undefined / null values in my dataset and keep them in the aggregated array. However, arquero …
-
We have [transpose(*matrix*)](https://github.com/d3/d3-array/blob/master/README.md#transpose) which transposes the rows and columns of a *matrix* (an array of arrays). But you might want similar funct…
-
Using https://github.com/vega/vega-tooltip. Depends on #1.
-
can you make it zoomable ? I need this feature :+1:
ghost updated
4 years ago
-
Maybe in the "download" section?
https://github.com/openseadragon/openseadragon/issues/370#issuecomment-62136283
-
I'm trying to use `Plot.auto()` in a Server Side Rendering (SSR) environment, so using JSDOM to provide a DOM document. When `plot()` is called, I get a TypeError.
I can't find much information on…
-
When using repeat to layer multiple fields, one is unable to use hover to implement any interaction. An error is shown `Error: Duplicate signal name: "sel1_tuple"`
See https://observablehq.com/@c…
-
### Minimal reproduction
This works as expected:
```js
d3.geoContains(
{
type: "Polygon",
coordinates: [
[
[0, 0],
[0, 1],
[1, 1],
[1, 0],
…
-
It might be possible to add a 360 warp to the camera, allowing users to create 360 images and animations.
Math for this may or may not be contained here:
https://omdena.com/blog/3d-object-detectio…