Workshop material for Machine Learning in Python by Amit Kapoor and Bargava Subramanian
-
Time Series (8 hours, Datasets - Onion)
- Linear Trend Model
- Exponential Smoothing
- ARIMA Models
- Tweaking Model Parameters
- Time series modeling with Regressors
-
Association Rule Mining (4 hours, Dataset - Grocery)
- Apriori Algorithm
- Market Basket Analysis
-
Random Forest / Gradient Boosting (4 hours, Dataset - UCI)
- Intro to Ensemble Models, Bagging and Boosting
- Gradient Boosting Classifier & Regressor
- Random Forest Classifier & Regressor
- Tuning Model Parameters
-
Text Mining (6 hours, Dataset - DataTau and Twitter)
- Regular Expression
- Stopword Removal, Stemming
- Word Cloud
- Creating features from text
- Term Frequency and Inverse Document Frequency (TF-IDF)
- Sentiment Analysis
- Topic Modeling - Latent Dirichlet Allocation (LDA)
###Script to check if requisite libraries for the workshop are present Please execute the following at the command prompt
$ python check_env.py
If any library has a FAIL message, please install/upgrade that library.
Installation instructions can be found here
Machine Learning using Python by Amit Kapoor and Bargava Subramanian is licensed under a MIT License.