data_science_in_julia_for_hackers icon indicating copy to clipboard operation
data_science_in_julia_for_hackers copied to clipboard

Data Science in Julia With Hackers

Results 76 data_science_in_julia_for_hackers issues
Sort by recently updated
recently updated
newest added

Went through chapter 3 and changed some of the code to make it more "Julian". Most of the changes I made are in the bandits part, but I also made...

Divide each chapter in more sections(subtitles) to make the reading easier

Mentioned that the chapter is inspired by Chad Scherrer article

I believe the following code: #Team-specific effects att ~ filldist(Normal(μatt, σatt), length(teams)) def ~ filldist(Normal(μatt, σdeff), length(teams)) should be changed to # Team-specific effects att ~ filldist(Normal(μatt, σatt), length(teams)) def...

Add a coma in "Chapter 1 Science technology and epistemology" Remove capital letter from "The difference between Science and Technology"

medium-priority

Hi o/ First of all, thank you for this book! It's super interesting! I'm going trough it now so I was thinking that it would be useful for you to...

change > An important feature of probability is how related it is to real world problems. The most fruitful probabilities fields are the ones that approach this kind of problem....