-
We have a case where mean EAD increases when a regulated-unregulated transform flow function is applied. This phenomenon only occurs when EAD is computed with uncertainty. The preview compute produces…
-
Hi,
I think the example 'Supervised DensMAP on the Galaxy10SDSS dataset' is a bit misleading and should be adjusted. If I understand correctly, for densMAP it is not yet possible to project new dat…
-
## Versions
hvplot = 0.8.2
## Description
the `.loc` method can take a row plus a column parameter in Pandas. When using an interactive DataFrame, this behavior should be conserved. But when usin…
-
@DhanushNehru, I would like to add the following script -
A Python Script to perform data analysis and processing for a Regression task given a dataset and the target variable as input.
-
Hi. If a pandas dataframe column contains large int64 numbers the DataGrid renders some of them as negative numbers.
```
data = {
'A': np.random.randint(1e15, 1e18, size=10, dtype='int64'),
…
-
Hi,
I want to convert Bruker spectroscopy data to DICOM. I tried `dicomifier list` and `dicomifier to-dicom`, both threw an error but I'm not sure whether it's because I didn't use dicomifier prope…
-
Currently using `alt.datum` in altair does not support passing a signal/parameter whereas writing the expression string directly as JS-like string does (an example of dynamically passing fields via pa…
-
### What's wrong?
We're trying to remap the Loki labels with alloy, but it doesn't work
### Steps to reproduce
Using configuration below and simple .NET application with [opentelemetry logs output]…
-
### Description
In #2188 the output in SQL was introduces to ui.dataframe. That is a very cool feature. But SQL output is a feature in Ibis for backends, that support SQL [(Ibis presentation)](https:…
-
Hi,
I am working with a Xenium dataset that includes an H&E image as well as an alignmentmatrix.csv file. I understand that this alignment matrix can be used to transform the image data into the…