September 2019
Intermediate to advanced
420 pages
10h 29m
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: "We can set both max_samples<1.0 and max_features<1.0 to implement the random patches method."
A block of code is set as follows:
In [1]: from sklearn.ensemble import BaggingClassifier... from sklearn.neighbors import KNeighborsClassifier... bag_knn = BaggingClassifier(KNeighborsClassifier(),... n_estimators=10)
Any command-line input or output is written as follows:
$ conda install package_name
Bold: Indicates a new term, an important word, or words that you see onscreen.
Read now
Unlock full access