Machine Learning in Python
From Data Collection to Model Deployment
- Foreword: What Is Machine Learning?
- Chapter 1: Data Mining Project Methodology
- Chapter 2: Python: DataFrames
- Chapter 3: Python: Data Wrangling in Pandas
- Chapter 4: Python: Reading/Writing
- Chapter 5: Retrieving Data: Web Scraping
- Chapter 6: Retrieving Data: Inspect Element
- Chapter 7: Retrieving Data: Web Service APIs
- Chapter 8: Automated Exploratory Data Analysis: Univariate
- Chapter 9: Automated Data Cleaning and Preparation
- Chapter 10: Automated Exploratory Data Analysis: Bivariate
- Chapter 11: Modeling: Regression
- Chapter 12: Modeling: Forecasting
- Chapter 13: Modeling: Classification
- Chapter 14: Modeling: Clustering
- Chapter 15: ML: Intro to Pipelines
- Chapter 16: ML: Feature Selection
- Chapter 17: ML: Algorithm Selection
- Chapter 18: Text Analytics: Linguistic Features
- Chapter 19: Text Analytics: Topic Modeling
- Chapter 20: Image Classification
- Chapter 21: Recommendation: Collaborative Filtering
- Chapter 22: Recommendation: Content Filtering
- Chapter 23: Deployment in Azure Machine Learning (in progress)
- Chapter 24: Final Project
- Supplement: Datasets
- Supplement: Case Studies