Margus Niitsoo

Results 15 issues of Margus Niitsoo

Current system tries to load blob urls via File handler if loading page is from file protocol, as blob urls do not contain "://" (they usually have the form of...

### Describe the issue: I am running very big regression models (with 20+ regressors and complex pooling) and with the bigger models, numpyro sampler occasionally fails completely on some chains....

bug
needs info
logprob

### Describe the issue: If a transformation is done with an observed variable, it seems to flat out be ignored. In the example below, the observations are out of the...

docs

### Describe the issue: LKJCorr backwards sampling is currently broken and does not properly constrain values to a positive semidefinite matrix early enough. This leads to compilation randomly failing when...

enhancements
bug
hackathon

### Describe the issue: As I need to sample the posterior on a very large sample of 1M rows, I have batched the operation and run it in groups of...

bug

### Describe the issue: I have a few models where I have to do some rather complex tensor manipulation, and moving from 5.12 to 5.13 quite a few of them...

bug

### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...

type:bug
status:confirmed
feature:st.altair_chart
feature:st.vega_lite_chart

This is an implementation of a partial order transform as discussed in https://discourse.pymc.io/t/feature-proposal-poset-order-transform/16753/7 I have tried to make it as generic as possible: * It takes only the generating DAG...

* Add initvals to parameters * Add observations and constants to return value (idata) * Add both fit_laplace and fit_pathfinder to docs and make fit link to both * Clean...

In running pathfinder with a more complex generated model, I get the following error: ``` File ~/miniconda3/envs/salk/lib/python3.12/site-packages/pymc_extras/inference/pathfinder/lbfgs.py:190, in LBFGS.minimize(self, x0) [188](https://file+.vscode-resource.vscode-cdn.net/home/velochy/salk/sandbox/debug/kov1-full_fix_package/~/miniconda3/envs/salk/lib/python3.12/site-packages/pymc_extras/inference/pathfinder/lbfgs.py:188) lbfgs_status = LBFGSStatus.CONVERGED --> [190](https://file+.vscode-resource.vscode-cdn.net/home/velochy/salk/sandbox/debug/kov1-full_fix_package/~/miniconda3/envs/salk/lib/python3.12/site-packages/pymc_extras/inference/pathfinder/lbfgs.py:190) return history.x, history.g, history.count,...