Skip to content

issues Search Results · repo:CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers language:"Jupyter Notebook"

Filter by

247 results
 (62 ms)

247 results

inCamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers (press backspace or delete to remove)

this code doesn t produce the 5% quantile: v = np.sort( posteriors[i] )[ int(0.05*N) ] this would do it: v = np.sort( posteriors[i] , axis=0)[ int(0.05*N) ]
  • fralc
  • Opened 
    on Mar 27
  • #574

In Chapter 2, the author states: With regards to the above plot, we are still pretty uncertain about what the true frequency of cheaters might be, but we have narrowed it down to a range between 0.05 ...
  • OrtizNicola
  • 1
  • Opened 
    on Jul 22, 2024
  • #569

The third cell will not work, it gives me: In [3]: model.initial_values AttributeError: Model object has no attribute initial_values This is a conda installation of pymc 5.10.3. I had no problems ...
  • rwst
  • 4
  • Opened 
    on Jan 24, 2024
  • #567

Hi. I m new to TensorFlow and TensorFlow Probability. I m running the examples in chapter 1, and when specifying the posterior sampler I get this error when running graph_sample_chain in line 45: InvalidArgumentError: ...
  • salvador-vm1010
  • 1
  • Opened 
    on Sep 2, 2023
  • #562

According to Turing.jl documentation: Turing is a probabilistic programming system written entirely in Julia. It has an intuitive modelling syntax and supports a wide range of sampling-based inference ...
  • hungpham3112
  • Opened 
    on Aug 16, 2023
  • #561

Attempting to execute the following code in Ch 1 results in TypeError: must be real number, not str: figsize(12.5, 4) colours = [ #348ABD , #A60628 ] prior = [0.20, 0.80] posterior = [1.0 / 3, 2.0 / ...
  • mark-yong
  • 1
  • Opened 
    on Jun 29, 2023
  • #560

running the code for Stocks examples returns and error related to pandas_datareader as below: image
  • Shayan-B
  • 1
  • Opened 
    on Feb 13, 2023
  • #556

when i ran code bellow ~ with model: step1 = pm.Metropolis(vars=[p, sds, centers]) step2 = pm.ElemwiseCategorical(vars=[assignment]) trace = pm.sample(25000, step=[step1, step2]) show error message: ...
  • hungyangtsai
  • 2
  • Opened 
    on Oct 29, 2022
  • #552

How to solve this issue so the book can be used interactively in Jupyter? Adding import cycler changes nothing, even though I have cycler 0.11.0. Changing to colors = [ #348ABD , #A60628 , #7A68A6 , #467821 ...
  • andreosokil
  • 2
  • Opened 
    on Oct 25, 2022
  • #550
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub