data_science_in_julia_for_hackers icon indicating copy to clipboard operation
data_science_in_julia_for_hackers copied to clipboard

Chap 5 suggestions

Open salbert83 opened this issue 3 years ago • 1 comments

  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.

salbert83 avatar Apr 11 '21 22:04 salbert83

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!

pefontana avatar Apr 12 '21 14:04 pefontana