machinelearninginaction icon indicating copy to clipboard operation
machinelearninginaction copied to clipboard

Source Code for the book: Machine Learning in Action published by Manning

Results 15 machinelearninginaction issues
Sort by recently updated
recently updated
newest added

In code Ch04/bayes.py , line 41 and 44, I think it should be `p1Denom += 1` and `p2Denom += 1 `. Because the maximum likelihood estimate of paramters is: `\phi_{j|y=1}=\frac{\sum_{i=1}^m...

CHAPTER 11 Association analysis with the Apriori algorithm page234: In section 11.3, we quantified an itemset as frequent if it met our minimum support level. We have a similar measurement...

Hi Your book helps me a lot and I am really appreciated. In chapter 8, it is about the lwlr, when I try the code with my own data, it...