Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
accuracy 220
Anaconda 12
APIs, to call model
creating 262, 263
model fit metrics, monitoring 264
prediction, making 263
retraining 263
application programming interface (API) 258
creating, for model with Flask 265-270
Area Under the Curve (AUC) 59, 225
Autoregressive Integrated Moving Average (ARIMA) 178
B
bagging 6
versus boosting 6, 7
base models 6
bias 6
bimodal 87
binary classification model 218, 219
defect classifier, evaluating on imbalanced data 222-225
evaluating 225
graphical analysis of 225-227
metrics 219-222
boosting 6, 32
versus bagging 6, 7
C
California housing dataset
SHAP, using with 200-203
categorical encoding
importance 140, 141
categorical variables
encoding, with simple technique ...