data-science-from-scratch
data-science-from-scratch copied to clipboard
code for Data Science From Scratch book
Results
84
data-science-from-scratch issues
Sort by
recently updated
recently updated
newest added
The parameter of the function is an integer, but it's being used as a dict in the fourth and sixth lines of the function (lines 145 and 147 of the...
In `_probabilities` method, the probabilities might go over 1 for this case. Consider there are three messages in our train dataset, of which one is ham and remaining two are...