-
### Problem description
To familiarize myself with flepi, I've simulated the model with two subpopulations that lives in `~/examples/tutorial_two_subpopulations`. This model is a space-stratified …
-
It seems the solver takes in arguments `xdata` & `ydata`, both assumed to be 1-D lists. What about an n-dimensional matrix?
b2jia updated
3 years ago
-
Hi, I am using pyKriging to train a set of input(100 rows and 3 columns) and output(100 rows and 400 columns) data, but it shows that there is a problem: index 1 is out of bounds for axis 0 with size …
-
This issue is part of #2866, exploring the possibility of n-dimensional properties.
# Goals
The main goal of this issue is to find a way (if it's possible) to extend the n-dimensionality of napari…
-
### Bug description
Can't create multi dimensional numpy array, creating single dimension numpy array works well.
### Steps to reproduce
- Include relevant code snippet or link to code that d…
-
Numpy kicked off what eventually evolved into the [Pydata stack](https://www.youtube.com/watch?v=RTiAMB2tQjo). One of the core components of Numpy was an ndarray type. What's an ndarray? It's a way to…
-
Hi, thanks for developing this ecosystem - the functionality is so, so useful, I am planning to use it more.
Are there any plans to support n-dimensional reductions?
-
Light sheet microscopy often generates 4D datasets, where a single timepoint is a volume. It would be awesome if flika could support these datasets (and potentially 5-dimensional data, e.g. [time, tri…
d-v-b updated
9 months ago
-
Hello, I'd like to try your code on a dataset that has about 400 examples and 10 features per example.
I seem to have understood that your code assumes data with 2 features? Or can it work on data …
-
Hi, in my recent test:
```
B1_descriptor = B1(radial_basis, cutoff_name, radial_hyps, cutoff_hyps,
[n_species, 10])
B2_descriptor = B2(radial_basis, cutoff_name, radial_hyps, cut…