Business Analytics
Business Analytics
Shyam Singhal
Business Analytics
Scope
What is it?
Business Analytics
• Is it quantitative data
assessment?
• Is it AI?
• Is it data analysis?
• Is it business intelligence?
• Is it data science?
• Is it a pattern?
Generating insights from data to
make informed (data driven)
decisions to aid business /
improve business performance.
Business Analytics
• Decision Support
• Performance Management / Governance
• Problem Solving (Diagnostic / Predictive / Decision Science / Prescriptive…)
• Strategy Formation and Planning
• Optimization (Six-Sigma, Lean, Linear Programming, Prescriptive Analysis….)
• Risk Management (Fraudulent Transactions, Anomaly / Fault Detection…)
• Customer Insights (Recommendations, Personalization, Sentiment Analysis…)
• …
Types of Analysis
• Descriptive Analysis
• What has happened.
• Diagnostic Analysis
• Why and How did it happen
• Predictive Analysis
• What can happen OR What might happen in future
• Prescriptive Analysis
• How it must be done OR What must we do next
Descriptive Analysis – what has happened?
Use Cases
• Regression allows us to gain insights into the structure (shape and slope of
the curve) of that relationship and provides measures of how well the data
fit that relationship” – Professor Jan Hammond, Harvard Business School
Use Cases
• Marketplace analysis
• Why did product fail / succeed?
• Why said markets are lucrative?
• Financial analysis
• Fraud / risk detection
• Default detection (?)
• Healthcare analysis
• Narrowing down the illness
Use Case
• Data Preparation:
• Data Cleaning: Handling missing values, outliers, and inconsistencies.
• Data Selection & Transformation: Normalizing, scaling, and transforming
data for analysis.
• Data Enrichment & Feature Engineering: Creating new features or
transforming existing ones to improve model performance.
Data / Business Analytics Life Cycle
• Data Mining:
• Model Selection: Choosing appropriate algorithms based on the problem and
data characteristics.
• Model Training: Building and training models on the prepared data.
• Model Evaluation: Assessing model performance using relevant metrics.
• Pattern Evaluation and Knowledge Discovery:
• Pattern Identification: Discovering patterns, trends, and anomalies.
• Pattern Interpretation: Understanding the significance of discovered
patterns.
• Visualization: Presenting insights in a visually appealing and understandable
format.
• Knowledge Extraction: Extracting actionable insights from the patterns.
• Knowledge Deployment:
• Decision Support: Integrating insights into decision-making processes.
• Deployment: Implementing models into production systems for real-time or
batch processing.
• Continuous Improvement: Continually improve / train the model or
underlying analysis techniques to environment changes
Data Mining – CRISP-DM
• Mean/Median Imputation: Replace missing values with the mean or median of the
respective feature.
• Mode Imputation: Replace missing categorical values with the most frequent category.
•
• K-Nearest Neighbors (KNN) Imputation: Impute missing values based on the values of
the k nearest neighbors.
• Predictive Modeling: Train a predictive model to predict missing values based on other
features.
Data Mining – CRISP-DM
• Business Understanding
• Data Acquisition and
Understanding
• Modeling
• Deployment
• Customer Acceptance
CRISP-DM vs TDSP