Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 740 Bytes

File metadata and controls

31 lines (23 loc) · 740 Bytes

Introduction to Machine Learning with Python

Code repository

Introduction to Machine Learning with Python:

Essential Concepts Using Python

by Andreas Muller and Sarah Guido

  • Publisher: O'Reilly Media; 2 edition (February 25, 2022)
  • ISBN: 979-11-6224-547-9

Python environments

Python

We recommend to use a conda environment to run the Python code.

conda install numpy scipy scikit-learn matplotlib ipython pandas imageio pillow graphviz python-graphviz
conda install nltk spacy

출처

All source code was written with reference to that book.