Why is data modeling important in analytics?
It helps organize data logically to reveal relationships and support accurate predictions.
What is a conceptual data model?
A high-level representation of data, showing entities, relationships, and important variables without technical details.
Name two benefits of data modeling.
Better understanding of data structure, improved prediction accuracy, easier communication with stakeholders
In a model, real-world objects or concepts are represented as ______.
Entities / objects
Relationships between entities are represented as ______.
Connections / links / associations
What is a feature (or variable) in predictive modeling?
A measurable attribute or property that can influence outcomes.
Which of these is part of conceptual data modeling?
A) Defining entities
B) Mapping relationships
C) Selecting predictors
D) All of the above
D) All of the above
Give one example of a conceptual model in business data.
Example: Customers → Orders → Products; or Patients → Treatments → Outcomes.
Focusing only on relevant entities and variables for prediction is called ______.
Feature selection / variable selection
Why should models be conceptual before technical implementation?
It clarifies structure, relationships, and purpose, reducing errors when building technical models.
How does conceptual modeling support predictive thinking?
It helps identify which variables affect outcomes and how they relate, guiding model design.
Name one tool or method to represent conceptual data models.
Examples: diagrams, entity-relationship (ER) diagrams, flowcharts, UML models.