Chapter 1 Flashcards
What is predictive analytics?
Use of data, statistical analysis, and models to predict future outcomes and guide decision-making.
What are the three main branches of business analytics?
- Descriptive Analytics
- Predictive Analytics
- Prescriptive Analytics
What is the purpose of descriptive analytics?
To understand past and present trends.
What is the purpose of prescriptive analytics?
To recommend actions using optimization techniques.
What is data mining?
Central to predictive analytics, utilizing both supervised and unsupervised methods.
What are the two types of learning in data mining?
- Supervised Learning
- Unsupervised Learning
What does supervised learning include?
- Classification
- Prediction
What does unsupervised learning include?
- Clustering
- Association Rules
- Data Reduction
What is the importance of data exploration and visualization?
Helps uncover patterns, trends, and relationships.
What are the critical steps in the data mining process?
- Define/understand the purpose
- Obtain data
- Explore, clean, and pre-process the data
- Reduce or partition the data
- Specify the task
- Choose techniques
- Iteratively implement and fine-tune models
- Assess and compare results
- Deploy the best model
What are numeric variables?
- Continuous (e.g., revenue)
- Integer (e.g., transactions)
What are categorical variables?
- Ordered (e.g., low, medium, high)
- Unordered (e.g., gender)
What is the significance of binary target variables in supervised classification tasks?
Represent yes/no outcomes.
True or False: Data mining often applies to the entire database rather than a sample.
False
What is the role of pre-processing in data mining?
It is critical for cleaning and exploring data.