Data Analytics Concepts Flashcards
(14 cards)
What is data analytics?
The process of examining data sets to draw conclusions about the information they contain, often using specialized systems and software.
What are the four main types of data analyitics?
Descriptive - What happened?
Diagnostic - Why did it happen?
Predictive - What might happen?
Prescriptive - What should we do about it?
What is data literacy?
The ability to read, understand, create, and communicate data as information. It helps businesses make informed, data-driven decisions.
Why is data literacy critical for business today?
Because decisions based on real behavior and trends are more effective than gut instincts or outdated info. It gives companies a competitive edge.
What is data science?
A field that combines statistics, computer science, and domain expertise to extract meaningful insights from structured and unstructured data.
What is the difference between data science and data analytics?
Data analytics focuses on interpreting existing data to identify trends.
Data Science builds models and algorithms to predict or automate future decisions based on data.
What are the key steps in a data science project?
- Define the problem
- Collect Data
- Clean and preprocess data
- Explore Data (EDA)
- Build models
- Evaluate models
- Communicate results
What is exploratory data analysis (EDA)?
A process of analyzing datasets to summarize their main characteristics, often using visualizations, before formal modeling.
What is the difference between supervised and unsupervised learning?
Supervised Learning: Uses labeled data
Unsupervised Learning: Finds hidden patterns in unlabeled data.
What is overfitting in machine learning?
When a model learns the training data too well, including its noise, and performs poorly on new, unseen data.
What is a feature in a dataset?
An individual measurable property or characteristic of the data
What is the role of statistics in data science?
Statistics helps interpret data, test hypotheses, and validate model performance
What does “Correlation does not imply causation” mean?
Just because two variables move together doesn’t mean one causes the other. There may be a third factor or coincidence involved.