slavakx

Results 5 issues of slavakx

Hi @brendanhasz I found your project just yesterday while searching for probabilistic programming solutions because I wanted to try pytorch-based frameworks. I think it would be good to extend the...

Hi, I have the following pipeline. First I apply ridge regression using 10-cv to find the best lambda. I get same lambda max and lambda best as in R cv.glmnet....

Hi, I get "unable to initialize the JIT" on rpy2 import In command line I get the following messages: Error in `::`(base, quote) : could not find function "::" Error...

bug
Windows

My question is related to #646 I got the logic of finding the optimal training size. But I have several questions because I coudln't figure out answers in your code:...

I get weird plots with extra lines in plot_prior_and_posterior plot I used lag_weight priors: alpha = np.array([2.0] * len(media_channels)) beta = np.ones(len(media_channels))*4.0 custom_priors = {'lag_weight': {'concentration1': alpha, 'concentration0': beta}} ![image](https://user-images.githubusercontent.com/6716523/223773881-636832c7-179b-4567-aa45-136f59ca86fa.png)