unbalancedparentheses / data_science_in_julia_for_hackers

Data Science in Julia With Hackers
https://datasciencejuliahackers.com
112 stars 25 forks source link

Chap 5 suggestions #122

Open salbert83 opened 3 years ago

salbert83 commented 3 years ago

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.

pefontana commented 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!