data_science_in_julia_for_hackers
data_science_in_julia_for_hackers copied to clipboard
Chap 5 suggestions
- "bar(Binomial(N,p), ..." is used before StatsPlots is introduced.
- "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__.
- It seems the bandit example is the same as that in chapter 3.
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!