Python for Data Analysis, 3rd edition is a helpful resource that covers the topics below in great details.
This course provides detailed instructions on how to construct forecasting models using machine learning.
Dataset used to demonstrate the technique
- Linear regression with time series
- Trend
- Seasonality
- Time series as features
- Hybrid models
- Forecasting with machine learning
This course covers common knowledge of applying machine learning in Python.
Dataset used to demonstrate the techniques
- Introduction/Review
- Missing values
- Categorical variables
- Pipelines
- Cross-validation
- Extreme gradient boosting (XGBoost)
- Data leakage
This course introduces the basics to machine learning in Python.