Victoria Shevchenko

Results 5 issues of Victoria Shevchenko

Hi, I'm trying to run dPCA on this [dataset](https://gin.g-node.org/sreinert/Category-learning_mPFC). I suppose that my problem stems either from the shape of the input array or from my erroneous understanding of labels....

Hi there, I've got a measure of shape (subjects, sessions, vertices). That is, the measure consists of multiple values per session per subject. The input shape required by `hyppo.discrim.DiscrimOneSample` is...

question

There seems to be a bug related to the matplotlib listed colormaps. I tried running your tutorial on [regions and parcellations](https://surfplot.readthedocs.io/en/latest/auto_examples/plot_tutorial_06.html#sphx-glr-auto-examples-plot-tutorial-06-py) and the plotting cell threw this error: ``` ---------------------------------------------------------------------------...

In `nbs_bct` permutation max appears to always return 0 with the following args: `pvals, adj, null_dist = nbs_bct(scz, controls, thresh=20, tail='both', k = 100, verbose = True, seed = None)`...

needs investigation

I am trying to run this example code: `llm = AutoModelForCausalLM.from_pretrained("marella/gpt-2-ggml")` The model is loaded and then the cell just keeps running without outputting anything. Does anyone know what the...