6  Intro

Data science combines statistics, maths, specialised programs, AI, ML, etc.. Application of specific principles and analytic techniques to extract information from data used in strategic planning, decision making, etc.

ds_cycle A Business Understanding    Define the problem to be solved B Data Mining    Gather or scrape the necessary data A->B C Data Cleaning    Handle missing values and outliers B->C D Data Exploration    Visual analysis of data C->D E Feature engineering    Create new features from the dataset D->E F Predictive modeling    Train ML models, evaluate and make                 predictions E->F G Data Visualization    Represent the findings using plots and                  interactive visualizations F->G