0% found this document useful (0 votes)
19 views14 pages

Data Science and AI Insights for Students

The document provides exercises and answers related to Data Science, Machine Learning, and Artificial Intelligence, including questions on the benefits of integrating mathematics with computer science, the relationship between data science and AI, and various machine learning models. It also discusses the role of data science in business decision-making, differentiates between supervised and unsupervised learning, and illustrates reinforcement learning with everyday examples. Additionally, it analyzes the interrelationship between data science, machine learning, and AI, emphasizing their interconnected roles in data analysis and intelligent systems.

Uploaded by

vamug88
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views14 pages

Data Science and AI Insights for Students

The document provides exercises and answers related to Data Science, Machine Learning, and Artificial Intelligence, including questions on the benefits of integrating mathematics with computer science, the relationship between data science and AI, and various machine learning models. It also discusses the role of data science in business decision-making, differentiates between supervised and unsupervised learning, and illustrates reinforcement learning with everyday examples. Additionally, it analyzes the interrelationship between data science, machine learning, and AI, emphasizing their interconnected roles in data analysis and intelligent systems.

Uploaded by

vamug88
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

UNIT 4 DATA AND ANALYSIS

Exercise
The answers are bolded and marked with a ✔.

1. Which of the following is the primary benefit of integrating Mathematics


and Statistics with Computer Science in Data Science?

 a) Improved data visualization

 b) Better forecasting ✔

 c) Increased accuracy

 d) Better decision making

2. Which of the following best describes the relationship between Data


Science and Artificial Intelligence?

 a) Data Science is a subset of Artificial Intelligence ✔

 b) Artificial Intelligence is a tool used in Data Science

 c) Data Science and Artificial Intelligence are unrelated

 d) Data Science enables Artificial Intelligence

3. The Turing Test, proposed by Alan Turing in 1950, measures a machine's ability to
exhibit intelligent behavior. Which of the following is the fundamental assumption
under this test?

 a) Humans are better ✔

 b) Machines are equal

 c) Intelligence levels vary

 d) Machines copy humans

4. Which of the following should be considered critically while developing AI-


powered chatbots and virtual assistants?

 a) User experience ✔

 b) Data security

 c) Contextual awareness

 d) Emotional intelligence

5. What ethical consideration arises from the integration of Artificial Intelligence


(AI) into daily life devices?

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS

 a) Job displacement due to automation

 b) Increased energy consumption ✔

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
 c) Improved customer service

 d) Enhanced data security

6. Which of the following fields of Artificial Intelligence (AI) enables smartphones to recognize faces and
unlock devices?

 a) Computer vision ✔

 b) NLP

 c) Deep learning

 d) Neural networks

7. A company wants to develop a system that categorizes customer feedback into positive, negative, or
neutral. Which learning model would be most suitable?

 a) Supervised learning ✔

 b) Unsupervised learning

 c) Reinforcement learning

 d) Deep learning

8. In a Reinforcement Learning model, what is the primary function of rewards and penalties provided
as feedback to the agent?

 a) Labeling data

 b) Evaluating performance

 c) Improving action choices ✔

 d) Classifying outcomes

9. Which stage of the data science life cycle ensures the model's accuracy, reliability, and compliance
with privacy rules?

 a) Model Deployment

 b) Model Evaluation

 c) Data Analysis

 d) Maintenance and Monitoring ✔

10. Which of the following is the key characteristic of the "Data Cleaning" stage in the data science life
cycle?

 a) Data collection

 b) Error removal and data organization

 c) Pattern identification

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
 d) Model deployment

The answers are now clearly bolded and marked with a ✔.

Q2. Write answers of the following short response questions.


Q1 Describe how data science helps businesses make informed decisions and provide two industry
examples

Data science plays a crucial role in helping businesses make informed decisions by analyzing large volumes
of data to uncover patterns, trends, and insights that might not be immediately obvious. It helps
organizations to optimize processes, improve customer satisfaction, and make predictions that guide
future actions.

Here’s how data science supports businesses:

1. Data-driven Decision Making: By collecting and analyzing data, businesses can make decisions
based on actual data rather than intuition or guesswork. This leads to more accurate, objective,
and reliable decision-making.

2. Predictive Analysis: Data science enables businesses to forecast future trends and outcomes by
analyzing historical data. These predictions help companies plan ahead, optimize inventory,
manage resources, and anticipate market changes.

3. Improved Customer Insights: Data science helps businesses analyze customer behavior,
preferences, and feedback, which can be used to personalize marketing strategies, enhance
product development, and improve customer service.

4. Optimizing Operations: By analyzing operational data, businesses can identify inefficiencies,


optimize supply chains, and improve performance, ultimately reducing costs and increasing
profitability.

Industry Examples:

1. Retail Industry: Companies like Amazon and Walmart use data science to predict customer buying
patterns, manage inventory, and personalize shopping experiences. For example, they use
recommendation algorithms to suggest products based on previous purchases, helping to increase
sales.

2. Healthcare Industry: Data science is revolutionizing healthcare by enabling hospitals and clinics to
predict patient outcomes, optimize resource allocation, and even recommend treatment plans. For
instance, insurance companies use data science to assess patient data and predict potential health
risks, allowing them to offer more personalized plans and reduce the occurrence of preventable
diseases.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
Q2. Identify three ways data science contributes to machine learning and artificial intelligence.

1. Data Collection and Preparation

Data science plays a crucial role in gathering, cleaning, and organizing data, which is essential for training
ML models and AI systems. The process of collecting structured and unstructured data, cleaning it (e.g.,
removing missing values, duplicates), and transforming it into a usable format allows AI and ML models to
learn and make accurate predictions or decisions.

2. Feature Engineering

Data science contributes to identifying and selecting the most relevant features or attributes from raw
data. This process, called feature engineering, is critical in improving the performance of machine learning
models. By creating new features or transforming existing ones, data scientists ensure that the model can
efficiently learn patterns from the data, ultimately leading to better AI predictions and more accurate
decision-making.

3. Model Evaluation and Tuning

Data science is essential for evaluating the performance of machine learning models and ensuring they
meet the necessary accuracy and reliability standards. Data scientists use various metrics (e.g., precision,
recall, F1-score) to assess the model's effectiveness and make adjustments as needed. They also fine-tune
model parameters (hyperparameters) to optimize performance, ensuring the AI system can operate at its
full potential.

Q3. Differentiate between supervised learning and unsupervised learning.

1. Data Labeling:

 Supervised Learning: In supervised learning, the model is trained using labeled data. This means
that each training data point has a corresponding target or label (the desired output). The model
learns by comparing its predictions with the actual labels and adjusts accordingly.

o Example: In a spam email detection system, emails (input) are labeled as “spam” or “not
spam” (output). The model learns from these labeled examples to classify future emails.

 Unsupervised Learning: In unsupervised learning, the model is trained on data without labels. The
goal is to identify patterns, groupings, or structures in the data without prior knowledge of the
outcomes.

o Example: In customer segmentation, the algorithm groups customers into clusters based
on similarities in their purchasing behavior, without predefined labels.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
2. Objective:

 Supervised Learning: The objective is to predict a target or output based on input data. The model
is trained to map inputs to known outputs and generalize to predict new outputs for unseen data.

o Example: Predicting house prices based on features like size, location, and age of the
house.

 Unsupervised Learning: The objective is to explore the structure of the data, discover hidden
patterns, or reduce data dimensions. The goal is not to predict specific outputs but to uncover
underlying relationships in the data.

o Example: Discovering patterns in customer purchase behavior or clustering products based


on similarities in attributes.

3. Output:

 Supervised Learning: The output is a prediction or classification that directly corresponds to the
labeled data. This output could be continuous (regression) or discrete (classification).

o Example: Predicting whether a tumor is malignant or benign (classification) or predicting a


house price (regression).

 Unsupervised Learning: The output typically involves grouping data into clusters or finding
relationships between data points. The output might be clusters, associations, or a reduced
representation of the data.

o Example: Grouping customers into segments or reducing the dimensions of data for better
visualization (like using PCA).

4. Examples of Algorithms:

 Supervised Learning:

o Classification Algorithms: Logistic Regression, Decision Trees, SVM (Support Vector


Machines), Random Forests, Naive Bayes

o Regression Algorithms: Linear Regression, Polynomial Regression, Ridge, Lasso

 Unsupervised Learning:

o Clustering Algorithms: K-means, Hierarchical Clustering, DBSCAN

o Dimensionality Reduction Algorithms: PCA (Principal Component Analysis), t-SNE

5. Use Cases:

 Supervised Learning:

o Spam email filtering, medical diagnosis, sentiment analysis, image recognition

 Unsupervised Learning:

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
o Customer segmentation, anomaly detection, market basket analysis, gene sequence
clustering

Q4. Describe an everyday example that illustrates reinforcement learning.

A great everyday example of reinforcement learning is teaching a pet (like a dog) to perform tricks, such
as sitting on command.

Here's how it works:

1. Agent: The dog (the learner).

2. Environment: The space in which the dog is being trained (the living room, backyard, etc.).

3. Actions: The dog can perform various actions like sitting, staying, jumping, barking, etc.

4. Rewards: When the dog sits on command, it gets a treat or praise from the owner, which acts as a
positive reinforcement (reward).

5. Penalties: If the dog doesn’t sit or performs an unwanted behavior, there is no reward, and
sometimes the dog is given a verbal correction (penalty).

6. Goal: The dog learns to sit on command more often because it associates sitting with getting a
treat (positive reinforcement), and it learns to avoid unwanted behaviors (penalties).

How it fits reinforcement learning:

 Trial and Error: The dog is trying different actions (sitting, jumping, lying down) and learning from
feedback (getting rewarded or not).

 Feedback: The feedback (treats or no treats) is used to adjust the dog’s behavior in the future. The
dog learns that sitting when asked will result in a reward, and this encourages the dog to sit on
command more often.

 Learning Process: Over time, the dog improves its behavior through this feedback loop, as it is
motivated to perform the action that yields the reward (sitting) and avoid actions that don't get
rewarded.

In reinforcement learning, the dog (agent) improves its actions based on the rewards and penalties it
receives, much like an AI system learns and optimizes its behavior over time.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
Q5. Write the appropriate machine learning model for each of the following scenarios:

The suitable machine learning models for each of the given scenarios:

Sr. Scenario Suitable Machine Learning Model

1 You have a basket of mixed fruits (apple and Classification Model (e.g., Decision Trees,
banana) and you want a robot/machine to sort Support Vector Machines, K-Nearest
them. Neighbors)

2 You are given a task to learn how to ride a bicycle Reinforcement Learning (as you learn from
to participate in some sports event. feedback in the form of success or failure to
complete the task)

3 You have a pile of Lego blocks of different colors, Clustering Model (e.g., K-Means Clustering)
and you want your computer to group them by
colors regardless of their shapes.

4 You have a book with pictures, and you want to Supervised Learning (Classification) (e.g.,
teach your sibling to recognize them. Convolutional Neural Networks for image
recognition)

5 You want to train a toy robot to find its way out Reinforcement Learning (the robot learns
of a maze. through trial and error by navigating the maze
and receiving rewards for reaching the exit)

6 Your parents want you to clean your messy room Reinforcement Learning (you are learning from
if you want to attend the birthday party of your feedback, where cleaning the room leads to a
friend. reward)

7 You have a set of shapes (square, triangle, circle) Classification Model (e.g., Support Vector
and you want to teach a computer to recognize Machine, Neural Networks)
them.

8 You have a book collection without specific Clustering Model (e.g., K-Means, Hierarchical
categories, and you want your sibling to arrange Clustering)
them according to size, choice, or ease of access.

9 You are given a task to find the similarity in Clustering Model (e.g., K-Means Clustering,
various flavors of ice cream. DBSCAN)

10 You have to unlock some rewards in your favorite Reinforcement Learning (the agent learns to
video game. unlock rewards by interacting with the game
environment and receiving feedback)

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
LONG QUESTIONS
Q1. Analyze the interrelationship between Data Science, Machine Learning, and Artificial Intelligence.

Data Science is an interdisciplinary field that combines various techniques from statistics, mathematics,
and computer science to extract knowledge and insights from structured and unstructured data. Data
science focuses on data collection, cleaning, and preprocessing, as well as data visualization, which is
crucial for understanding the trends and patterns within the data.

Machine Learning (ML), a subset of Data Science, involves algorithms that allow computers to learn from
data without being explicitly programmed. In machine learning, models are trained using labeled data
(supervised learning), grouped data (unsupervised learning), or through trial-and-error methods
(reinforcement learning). Data science provides the tools and techniques needed to preprocess the data,
extract features, and evaluate the performance of machine learning models.

Artificial Intelligence (AI) refers to the broader concept of machines mimicking human intelligence. While
machine learning is a key component of AI, AI also includes other techniques such as expert systems,
robotics, and natural language processing (NLP). Machine learning drives AI systems by enabling them to
learn from data and make intelligent decisions or predictions. AI systems use machine learning models to
adapt, make inferences, and solve complex problems. Data Science plays a critical role by providing the
necessary data and insights that feed into AI models, while machine learning serves as the engine that
powers many AI applications.

Interrelationship:

 Data Science provides the foundation for both Machine Learning and AI by handling data
collection, cleaning, and analysis.

 Machine Learning is a technique within Data Science that focuses on creating predictive models
from data, which in turn powers AI systems.

 AI leverages machine learning algorithms to simulate intelligent behavior, and Data Science
ensures the process is data-driven and effective.

Thus, Data Science is the broad field that encompasses both Machine Learning and AI, acting as the bridge
between data gathering and the creation of intelligent systems.

Q2. Identify any three types of data visualization, give their applications as well.

1. Bar Charts

 Description: Bar charts represent data with rectangular bars, where the length of each bar is
proportional to the value it represents. It is commonly used for comparing quantities across
different categories.

 Applications:

o Business: Comparing sales figures across different regions or products.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
o Healthcare: Showing the number of cases of different diseases in various regions.

o Education: Comparing student performance across different subjects.

2. Line Charts

 Description: Line charts use lines to connect data points, typically showing trends over time. This
visualization is ideal for understanding changes in data over a continuous interval.

 Applications:

o Finance: Tracking stock prices over time.

o Weather: Showing temperature changes over a month or year.

o Marketing: Tracking website traffic or sales growth over a period.

3. Heatmaps

 Description: Heatmaps use color gradients to represent data values in a matrix. Each cell in the
matrix represents a value, and the color represents the magnitude of that value. It’s a great way to
visualize correlations and relationships between two or more variables.

 Applications:

o Business Analytics: Visualizing website clicks or customer behavior by location (e.g.,


geographic heatmaps).

o Healthcare: Visualizing patterns of disease spread across different regions or periods.

o Sports: Analyzing player movements on a soccer field or basketball court during a game.

Q3. Discuss the way data visualization can be used to communicate data uncertainty, provide two
specific examples.

Data visualization can play a crucial role in communicating uncertainty in data, helping audiences
understand the variability or potential errors in predictions. Uncertainty arises due to factors like
measurement errors, variability in data, or incomplete data. Here are two examples of how data
visualization communicates uncertainty:

1. Confidence Intervals in Line Graphs

 Example: When showing trends over time, such as predicting stock prices or sales growth, a line
graph can include shaded regions or error bars to represent confidence intervals. These intervals
indicate the range within which the true value is likely to fall. For instance, if a model predicts that
the stock price will increase over the next year, the confidence interval will show the possible
variations around the predicted price, helping users understand the level of certainty in the
prediction.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
 How it Communicates Uncertainty: The shaded area shows the degree of uncertainty in the
prediction. A wide confidence interval indicates higher uncertainty, whereas a narrow interval
suggests higher confidence in the forecast.

2. Error Bars in Bar Charts

 Example: In experiments or scientific research, bar charts often display error bars to communicate
the variability or uncertainty in measurements. For example, if a clinical trial is testing a new drug’s
effectiveness, a bar chart could show the average improvement in patient health across different
treatment groups, with error bars indicating the variability in patient responses.

 How it Communicates Uncertainty: The length of the error bars represents the range of
uncertainty or the standard deviation, which helps stakeholders assess the reliability of the data.
Longer bars suggest more variability and less precision, while shorter bars suggest greater
confidence in the results.

Both of these visualizations effectively communicate uncertainty, allowing decision-makers to make more
informed decisions based on the data’s reliability.

Q4. Key Considerations in Selecting Appropriate Visualizations for Different Types of Data and Analyses

When selecting the appropriate visualization for data, several key considerations must be taken into
account to effectively communicate insights, trends, and relationships. Here are some key points to
consider:

a) Type of Data:

 Categorical Data: If the data represents categories (e.g., gender, types of products, regions), bar
charts, pie charts, or stacked bar charts are ideal for comparing categories or parts of a whole.

 Numerical Data: For continuous or numerical data (e.g., sales figures, temperature), line charts,
histograms, or scatter plots are used to show trends over time, distributions, or relationships
between variables.

 Temporal Data: Data that changes over time (e.g., stock prices, weather conditions) is best
visualized using line charts or area charts to showcase the evolution of the data over time.

 Multivariate Data: When you need to visualize more than two variables, techniques like
heatmaps, bubble charts, or 3D scatter plots are useful to show relationships between multiple
variables simultaneously.

b) Audience and Purpose:

 Clarity: The visualization should be chosen based on the audience’s familiarity with the data. A
simple bar chart is more intuitive for a general audience, whereas more complex visualizations like
heatmaps or network diagrams may be better suited for an expert audience.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
 Storytelling: The chosen visualization should align with the analysis goal. If the goal is to show a
relationship or trend, a line chart or scatter plot might be the best choice. If the goal is to compare
proportions, pie charts or bar charts may be more appropriate.

c) Data Volume and Complexity:

 Small Data Sets: If you have a small amount of data, pie charts or simple bar charts work well to
make clear comparisons.

 Large Data Sets: For large datasets, heatmaps, scatter plots, or density plots allow for
summarizing data and revealing patterns in complex datasets.

 Complex Relationships: If there are complex interactions between variables, using network
graphs, correlation matrices, or parallel coordinate plots can help reveal relationships between
multiple features.

d) Data Distribution:

 Uniform Distribution: If data is uniformly distributed, histograms or density plots may be used to
show the distribution of data points.

 Skewed Distribution: If the data is skewed, you may need to transform the data (e.g., using a log
scale) before visualizing it with a histogram or box plot. Box plots can be particularly useful in
showing the spread and identifying outliers in skewed distributions.

e) Interactive Elements:

 Interactive visualizations (e.g., dashboards, interactive maps) allow users to explore the data more
deeply by zooming in, filtering, or highlighting data points, making them suitable for exploring
large or complex datasets.

Q5. Uses of Data Visualization in Detail

Data visualization plays a critical role in extracting insights and communicating them effectively. Here are
the primary uses of data visualization:

a) Data Exploration:

 Identifying Patterns and Trends: Visualization helps identify patterns, outliers, trends, and
relationships in data, allowing analysts to make informed decisions. For example, using a line chart
to explore how sales trends fluctuate over the months.

 Exploratory Data Analysis (EDA): During the EDA phase of data analysis, visualizations like scatter
plots, box plots, and histograms are used to get a sense of the data’s distribution and identify any
anomalies or correlations between variables.

b) Communication of Insights:

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
 Making Data Accessible: Data visualization turns complex, high-dimensional data into easy-to-
understand visuals, making it easier for non-experts to grasp key insights. For example, a pie chart
displaying the market share of different companies in an industry.

 Telling a Story with Data: Visualizations like infographics or dashboards help tell a compelling
story by combining multiple types of charts and figures, giving context and meaning to raw data.

c) Decision Making:

 Supporting Business Decisions: Visualization helps stakeholders quickly understand the state of
the business, like in financial reports or sales analysis. For example, a bar chart summarizing
revenue by region can inform decisions about where to expand.

 Predictive Analytics: Visualizing trends and predictions helps decision-makers anticipate future
scenarios, such as in forecasting sales or stock prices, where visualizations show both the historical
data and future predictions.

d) Monitoring and Performance Tracking:

 Key Performance Indicators (KPIs): Dashboards are widely used to display live or updated metrics
and KPIs, giving a real-time view of performance in areas such as sales, website traffic, or customer
engagement. For example, a gauge chart to show progress toward a target.

 Real-Time Data Monitoring: Visualization can be used for monitoring real-time data such as
network performance, traffic, or sensor data. Heatmaps can be used to monitor server load across
a network in real-time.

e) Comparing and Contrasting Data:

 Comparison of Categories: Bar charts, stacked bar charts, and pie charts help compare values
across different categories, such as comparing the revenue of different products or regions.

 Comparing Trends: Line graphs are useful for comparing trends in different datasets over time,
such as comparing the number of visitors to multiple websites.

Q6. What Are the Potential Consequences of Poor Data Quality on Model Performance?

Poor data quality can severely impact model performance, leading to inaccurate, biased, and unreliable
predictions or outcomes. Below are some key consequences:

a) Decreased Model Accuracy:

 If the data is noisy, incomplete, or inconsistent, the model may learn incorrect patterns, leading to
poor accuracy in its predictions. For example, if there are missing values in the dataset or data with
errors, the model may misinterpret relationships between features, leading to inaccurate forecasts
or classifications.

b) Overfitting or Underfitting:

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD
UNIT 4 DATA AND ANALYSIS
 Overfitting: If the model is trained on noisy or irrelevant data, it might memorize specific noise
patterns or anomalies rather than learning generalizable patterns, leading to poor generalization to
new, unseen data.

 Underfitting: If important features are missing, or data is too simplified, the model might fail to
capture the underlying complexity of the data, resulting in underfitting, where the model’s
performance is poor even on the training data.

c) Model Bias and Fairness Issues:

 Bias in Data: Poor data quality can introduce bias into the model if the data is not representative
of the real-world population. For example, if a model for hiring decisions is trained only on data
from one gender or ethnic group, it may exhibit bias and make unfair decisions when deployed in
the real world.

 Inequality: Inaccurate or incomplete data might lead to predictions that favor one group over
another, which can have serious consequences in applications like loan approval or medical
diagnoses.

d) Increased Computational Costs:

 Inefficient Learning: Poor-quality data often requires additional cleaning and processing,
increasing the time and resources needed for model training and evaluation. This results in higher
computational costs and slower performance in real-world applications.

e) Misleading Insights:

 When data quality is poor, the model might generate misleading insights, leading to incorrect
business decisions. For example, a marketing campaign might target the wrong customer segment
if the model’s predictions are based on poor-quality data.

JINNAH PUBLIC SCHOOL ®️ALIPUR ISLAMABAD


PREPARED BY SAHIBZADA MUHAMMAD

You might also like