Open salbert83 opened 3 years ago
Hi @salbert83 Thanks again for the suggestions! We will implement the 1 and 2 code suggestions!
The chapter 5 has problems in the web version, that is why it shows the bandit example is the same as that in chapter 3. We will solve it in the next few days ,by the time,if you want to read the chapter you can download the GitHub repo and open the /05_prob_prog_intro/05_prob_prog_intro.jl file using Pluto.
Thanks again!
1) "bar(Binomial(N,p), ..." is used before StatsPlots is introduced. 2) "p =plot(plots[1], plots[2], plots[3], plots[4], plots[5], plots[6], plots[7],plots[8], plots[9], ..." can be simplified to "p = plot(plots...," (splaying operator) . Similarly for p__. 3) It seems the bandit example is the same as that in chapter 3.