Source Code for the book Building Machine Learning Systems with Python by Luis Pedro Coelho and Willi Richert.
The book was published in 2013 (second edition in 2015) by Packt Publishing and is available from their website.
The code in the repository corresponds to the second edition. Code for the first edition is available in first_edition branch.
- 機械学習の作業においてもっとも大切なことは、データを理解しデータを扱いやすい形に整形すること。この作業にほとんどの時間を費やす
- 正しい評価を行うにあたって、訓練データとテストデータを区別するということは極めて重要
- ルートディレクトリで、
pyenv local miniconda3-4.0.5/envs/ml_envと入力して仮想環境をactivate python ch01/analyze_webstats.pyなどと入力して起動する