Skip to content

Latest commit

 

History

History
148 lines (147 loc) · 11.6 KB

ODS.md

File metadata and controls

148 lines (147 loc) · 11.6 KB

1. Exploratory data analysis with Pandas

2. Visualization, main plots for EDA

  • Video: In the 2nd lecture, we discuss what typical plots are typically built when performing Exploratory Data Analysis.
  • Notebook 1: From Simple Distributions to Dimensionality Reduction
  • Notebook 2: Overview of Seaborn, Matplotlib and Plotly libraries
  • Assignment -->Solution (Analyzing cardiovascular disease data)

3. Decision trees and KNN

  • Video (theo): Here we start with basics of Machine Learning, then supervised learning, and cover classification decision trees in detail.
  • Video (prac): Here we use Sklearn to train, tune and visualize decision trees.
  • Notebook
  • Assignment -->Solution

4. Linear Classification and Regression

5. Ensembles of algorithms and random forest

6. Feature engineering and feature selection

7. Unsupervised learning

8. Vowpal Wabbit: Learning with Gigabytes of Data

  • Video: Stochastic Gradient Descent for classification and regression.
  • Notebook: Vowpal Wabbit: Learning with Gigabytes of Data
  • Assignment -->Solution: Implementation of online regressor

9. Time series analysis

10. Gradient boosting