Supervised Machine Learning using Linear, Decision tree, and ensemble models such as RandomForest, XGBoost including Hyper Parameter Tuning to avoid overfitting. — Index Of Contents
∘ Introduction
∘ What is Machine learning?
∘ Project Outline
∘ Model preparation
∘ Prepare training/test/validation split and prepare data for modeling
∘ Create input and targets for training, validation and test data sets
∘ Numerical and Categorical columns…