更新时间:2021-06-11 13:45:00
封面
版权页
Preface
About the Book
Chapter 1 Python Machine Learning Toolkit
Introduction
Supervised Machine Learning
Jupyter Notebooks
pandas
Data Quality Considerations
Summary
Chapter 2 Exploratory Data Analysis and Visualization
Summary Statistics and Central Values
Missing Values
Distribution of Values
Relationships within the Data
Chapter 3 Regression Analysis
Regression and Classification Problems
Linear Regression
Multiple Linear Regression
Autoregression Models
Chapter 4 Classification
Linear Regression as a Classifier
Logistic Regression
Classification Using K-Nearest Neighbors
Classification Using Decision Trees
Chapter 5 Ensemble Modeling
Overfitting and Underfitting
Bagging
Boosting
Chapter 6 Model Evaluation
Evaluation Metrics
Splitting the Dataset
Performance Improvement Tactics
Appendix
Chapter 1: Python Machine Learning Toolkit
Chapter 2: Exploratory Data Analysis and Visualization
Chapter 3: Regression Analysis
Chapter 4: Classification
Chapter 5: Ensemble Modeling
Chapter 6: Model Evaluation