John Goertz
John Goertz
I have access to a cluster, I can chuck it up there after you update it. I think I just ran that on my laptop (Surface Pro i7) cpu, I'm...
Just to comment here, that using numpy's new SeedSequence and "spawning" seeds for each worker from that parent would probably be better than using np.random.randint() to generate the new seed...
Hi Yannik, that's great to hear. It's not urgent, something in a few weeks would be fine. Going to/from `List`/`Dict` and JAX-numpy arrays shouldn't be too much of an issue;...
That output looks great! Perfect information for slow fits. The "last" vs "avg" iter time will be particularly useful for diagnosing peculiarities. For example, I've recently been trying to fit...
Hm, that gives a key error: ```python import numpy as np import symfit as sf tdata = np.array([10, 26, 44, 70, 120]) adata = 10e-4 * np.array([44, 34, 27, 20,...
Well, passing `options={'disp': True}` to `Fit.execute` doesn't seem to print anything, at least not for my model, and printmessg=True doesn't provide too much information (it seems to just pass any...
Hi Lilian, thanks for giving Gumbi a try! With regards to `cross_validate`, this is indeed a bug, I'm working on fixing it now. Thanks for pointing it out! For your...
Okay, I made significant changes to `cross_validate` that should fix the issue (hopefully without creating new ones). Can you give it a try and see if it works on your...
I have this same issue, but in a different context. I believe the root issue is that pyswarms is trying to configure a logger that outputs to a local file...
> @JohnGoertz can you assign this issue to me? I don't think I can, as I'm not a pymc developer (or at least I don't know how to...)