April 2020
Beginner to intermediate
156 pages
4h 47m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Import the iris dataset."
A block of code is set as follows:
# import small dataset iris = datasets.load_iris() X = iris.data y = iris.target
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[2 1 2 1 2 0 1 0 0 0 2 1 1 0 0 0 2 2 1 2 1 0 0 1 2 0 0 2 0 0]
Any command-line input or output is written as follows:
pip install -r requirements.txt
Bold: Indicates a new term, an important word, or words that you see onscreen. ...
Read now
Unlock full access