Thomas Tiotto

Results 4 issues of Thomas Tiotto

On MacOS, when I click with the mouse on any item of a PyInquirer list I get a KeyError thrown; this happens both in Terminal and in iTerm2. I have...

I am creating a model in such a way ``` model = pg.BayesianNetwork.from_samples(df.values, algorithm='exact', root=-1, max_parents=-1, state_names=df.columns, name="Breast Cancer Data", n_jobs=8) ``` and then calling `posterior = model.predict_proba(evidence, n_jobs=8)` It...

When calling the `spike_distance()` function I'm getting a ton of unnecessary prints to `stdout` as can be seen in the following: ![image](https://user-images.githubusercontent.com/32127232/152845183-64c47e2b-296f-487f-add7-52c849e9abea.png) I traced back part of the issue to...

I have a project that depends on PySpike and I'm trying to run it on a Xubuntu 20.04.6 server, my conda venv has python 3.9, cython 3.0.0, setuptools 68.0.0 and...