Simon Hessner
Simon Hessner
I have done something like that if I understand the question correctly. I am computing the variance over the heatmap to determine how confident it is: ``` def heatmap_variance(heatmaps): #...
The readme of the master branch says: > Pattern supports Python 2.7 and Python 3.6+. The Python 3 version is currently only available on the development branch. So try to...
You can also clone the repository, switch to the development branch and then run `python3 setup.py install`. I did this after I saw the master branch says this: > Pattern...
I would like to contribute by fixing a bug. Is there a detailed description how to set up an environment that allows for efficient debugging? I mean how to make...
Thanks for looking into this so quickly. It's probably sufficient to escape the delimiter character in all fields or to prevent the user from using the delimiter in the description...
@navneet1v That would work, however testing for number of docs > 0 is not sufficient. I think the very least (according to the error message I got from the opensearch...