/pytanic-walk-through-great-learning

The pytanic is a great kaggle notebook, it teaches a lot about EAD, features engineerings and different models of machine learning

Primary LanguageJupyter Notebook

A great notebook from kaggle, a huge source of learning.

  1. Load Data and Modules

  2. Initial Exploration

  3. Relations between

  4. Missing values

  5. Derived (engineered) features

  6. Preparing for modelling

  7. Modelling
    RandomForestClassifier
    ExtraTreesClassifier
    AdaBoostClassifier
    GradientBoostingClassifier
    SVM

Stacking-ensembling
Stacking-ensembling-source-2