Andy Maloney

Results 48 comments of Andy Maloney

Thanks @OriolAbril. Your response about restructuring and your deeper thoughts about the structure in general were what I was interesting in having a conversation about in the "implementation" section above....

I think the PR may be sufficient, but we will see what the maintainers think. To replicate the scenario, I created two apps (all code is below). Each app is...

@MarcSkovMadsen PR #5447 will work to change the name of the admin page. It does not change the fact that if a user logs in to the panel app, they...

- I changed the seed three times, all with the same issue surfacing. - Reverting back to the original seed (12) and setting `initialize_fn=bm.world.init_from_prior` in the `infer` method still had...

@mkleehammer & @keitherskine I'd like to start tackling some of the items discussed above as I have time to devote to helping the community that uses pyodbc. The first thing...

hmm, linting is still failing, and I believe it is because I forgot to add the copyright notice. Fixing now.

Found a bug that cropped up due to the type changes. It has been fixed in the latest push.

Thanks @CactusWin for the gpytorch fix. I was struggling with errors from it earlier today.

@feynmanliang and @horizon-blue The change is mostly for user experience when trying out Bean Machine and the tutorials on their local machine. If the switch from Jupyter notebook to JupyterLab...

We could also use the `_requires_dev_packages` in https://github.com/facebookresearch/beanmachine/blob/c80d1a4d48e1fb124fd93d0b15c0fdbac7037c9c/src/beanmachine/ppl/diagnostics/tools/viz.py#L20 as a decorator for the `to_inference_data` method found in https://github.com/facebookresearch/beanmachine/blob/a411c6efea2955380504752349bffcfb73a0e3a6/src/beanmachine/ppl/inference/monte_carlo_samples.py#L269 Using this, I think we can remove the ArviZ import, and if...