在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):amueller/introduction_to_ml_with_python开源软件地址(OpenSource Url):https://github.com/amueller/introduction_to_ml_with_python开源编程语言(OpenSource Language):Jupyter Notebook 99.6%开源软件介绍(OpenSource Introduction):Introduction to Machine Learning with PythonThis repository holds the code for the forthcoming book "Introduction to Machine Learning with Python" by Andreas Mueller and Sarah Guido. You can find details about the book on the O'Reilly website. The books requires the current stable version of scikit-learn, that is
0.20.0. Most of the book can also be used with previous versions of
scikit-learn, though you need to adjust the import for everything from the
This repository provides the notebooks from which the book is created, together
with the For the curious ones, the cover depicts a hellbender. All datasets are included in the repository, with the exception of the aclImdb dataset, which you can download from the page of Andrew Maas. See the book for details. If you get ErrataPlease note that the first print of the book is missing the following line when listing the assumed imports: from IPython.display import display Please add this line if you see an error involving The first print of the book used a function called SetupTo run the code, you need the packages The easiest way to set up an environment is by installing Anaconda. Installing packages with conda:If you already have a Python environment set up, and you are using the
For the chapter on text processing you also need to install
Installing packages with pipIf you already have a Python environment and are using pip to install packages, you need to run
You also need to install the graphiz C-library, which is easiest using a package manager.
If you are using OS X and homebrew, you can
Downloading English language modelFor the text processing chapter, you need to download the English language model for spacy using
Submitting ErrataIf you have errata for the (e-)book, please submit them via the O'Reilly Website. You can submit fixes to the code as pull-requests here, but I'd appreciate it if you would also submit them there, as this repository doesn't hold the "master notebooks". |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论