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

https://github.com/unbalancedparentheses/DataScienceInJuliaForHackers.jl/blob/c138e64620b40407859ad976f6b8e33334b4776c/03_probability_intro.Rmd#L124 I think the right should be: Analogously, the green area contains the points that are only present in the event **B**, in this case (G, **W**)

Hey, really enjoy reading through the Book. I believe I found a calculation error and am now pretty confused... Its near the end of section **3.3**. ![Screenshot from 2021-12-10 15-39-51](https://user-images.githubusercontent.com/95925011/145592192-d177d1ca-6da9-4b9d-97a9-c35747bdfd00.png)...

@HermanObst @pefontana and @marianLambda check out this paper: https://math.uchicago.edu/~shmuel/Network-course-readings/MCMCRev.pdf I want to solve the simple substitution cipher using MCMC.

This PR just modifies the Pluto file. The `.html` and `.rmd` files modifications are already merged in master - Added summary - fixed typos - Removed unnecessary capital letters

This PR just modifies the Pluto file. The `.html` and `.rmd` files modifications are already merged in master - A confusion matrix was added to see how the model performs...

I may be wrong but I think $A and $B below should be changed like this: ``` $A = \{(R,G)\} => P(A) => \frac{3}{6}$ $B = \{(R,G),(R,B),(R,W)\} => P(B) =...