更新时间:2021-06-18 18:27:46
封面
版权信息
Preface
1. Introduction to Jupyter Notebooks
Introduction
Basic Functionality and Features of Jupyter Notebooks
Jupyter Features
Summary
2. Data Exploration with Jupyter
Our First Analysis – the Boston Housing Dataset
3. Preparing Data for Predictive Modeling
Machine Learning Process
Approaching Data Science Problems
Understanding Data from a Modeling Perspective
Introducing the Human Resource Analytics Dataset
4. Training Classification Models
Understanding Classification Algorithms
5. Model Validation and Optimization
Assessing Models with k-Fold Cross Validation
Dimensionality Reduction with PCA
6. Web Scraping with Jupyter Notebooks
Internet Data Sources
Introduction to HTTP Requests
Data Workflow with pandas
Appendix