BuildingMachineLearningSystemsWithPython icon indicating copy to clipboard operation
BuildingMachineLearningSystemsWithPython copied to clipboard

Source Code for the book Building Machine Learning Systems with Python

Results 3 BuildingMachineLearningSystemsWithPython issues
Sort by recently updated
recently updated
newest added

There is a small typo in ch05/README.md. Should read `experimenting` rather than `eperimenting`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Environment: Python 3.5.4rc1 when I build the topic model in jupyter notebook, python always throw .local/lib/python3.5/site packages/gensim/models/ldamodel.py:802: RuntimeWarning: divide by zero encountered in log, I don't know why np.log(0) happens.