0% found this document useful (0 votes)
22 views2 pages

Business Analytics and Predictive Models Guide

Uploaded by

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

Business Analytics and Predictive Models Guide

Uploaded by

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

Unit I

One Mark Questions

1. Define predictive analytics.


2. Name any three types of business analytics.
3. Why is data splitting used in model building?
4. What is meant by data transformation?
5. Which type of analytics helps in explaining past data?
6. Give an example of a decision model.
7. What is the main purpose of data pre-processing in analytics?
8. List any two techniques to handle missing values.
9. What is the difference between removing and binning predictors?
10. Define resampling in the context of predictive modeling.
11. Which type of model is used for forecasting future outcomes?
12. Write one application of descriptive analytics.
13. What is meant by computing predictors in data preprocessing?
14. Which technique is commonly used for model tuning?
15. Name any two analytical techniques used in business analytics.

Big Questions

1. Differentiate between predictive, descriptive, and decision models with suitable


examples.
2. Explain any four applications of business analytics in real-world business scenarios.
3. What is data transformation? Discuss types of transformations applied to predictors.
4. Write short notes on:
a) Handling missing values
b) Binning predictors
5. Explain the importance of data preprocessing in predictive analytics. Discuss
methods like removing, adding, binning, and computing predictors with examples
6. What is model tuning? Briefly describe any two techniques used for improving
model performance.
7. Discuss the types of business analytics (Descriptive, Predictive,
Prescriptive/Decision) with applications in business decision-making.
8. What is resampling? Explain the different resampling methods used in model
validation and their importance in predictive modeling.
9. Describe the process of data splitting. How is training, validation, and testing data
used in building accurate predictive models?
10. With neat examples, explain the analytical techniques used in business analytics
(e.g., regression, clustering, classification, time series forecasting).

Unit II

One Mark Questions

1. Define propensity model.


2. Which predictive modeling technique is commonly used for customer segmentation?
3. What is the main purpose of collaborative filtering?
4. State one limitation of propensity models.
5. Write one application of cluster models in business analytics.
6. What does model comparison mean in statistical modeling?
7. Give a formal definition of a statistical model.
8. Classification models are generally used for (prediction / grouping / both)?
9. Name two performance metrics used to measure regression model accuracy.
10. Which regression technique is considered the simplest form of regression?
11. What is the main purpose of cluster model in predictive modelling?
12. What is the main limitation of linear regression?
13. Which metric is used to measure the goodness of fit in regression models?
14. Give one or two example of a non-linear regression model.
15. Give the importance of regression trees in Business Analytics.

Big Questions

1. Discuss the applications and limitations of propensity models, cluster models, and
collaborative filtering in predictive analytics.
2. Define a statistical model. Explain the process of model comparison and
classification in predictive modeling.
3. Describe different methods of measuring performance in regression models with
suitable metrics.
4. Explain linear regression and its cousins (e.g., multiple regression, ridge regression,
lasso regression) with applications.
5. Discuss non-linear regression models in detail. Compare them with linear regression
and highlight scenarios where non-linear models are preferred.
6. Explain propensity models with an example. Write any two applications in business
analytics
7. What are cluster models? Write any two applications in business analytics.
8. Define collaborative filtering. Briefly explain its working principle or Approaches.
9. Write short notes on:
a) Fundamental limitations of predictive models
b) Applications of predictive models
10. Explain the difference between linear regression and non-linear regression with
examples.

Common questions

Powered by AI

Collaborative filtering predicts preferences by collecting information from users with similar tastes or preferences. It primarily serves in recommendation systems, such as suggesting products a user may like based on past behavior of similar users. A key limitation is its dependence on large datasets for accuracy, making it less effective for new users or products, known as the "cold start" problem .

Resampling is crucial for model validation as it enhances the robustness of predictive models by assessing model performance using different sample subsets. Common methodologies include cross-validation, where data is split into training and validation sets multiple times, and bootstrapping, which provides distributions of statistics for confidence intervals. These methods mitigate overfitting and provide a thorough evaluation of model consistency and reliability .

Regression trees are employed in predicting continuous outcomes by partitioning data into subsets based on feature values. They are advantageous for modeling non-linear relationships and are easily interpretable. In business, they are used for predicting sales, setting prices, and optimizing marketing strategies. Challenges include their tendency to overfit and require pruning to improve generalization to new data .

Data preprocessing enhances predictive analytics by cleaning and preparing data, resulting in more accurate and efficient models. Essential methods include handling missing values using techniques like imputation or deletion, binning predictors to reduce data size, and removing irrelevant features to improve model performance. Computing new predictors can further enrich the dataset, which helps increase the accuracy of machine learning models .

Data transformation is a crucial process in predictive modeling as it enhances model accuracy by normalizing variables and reducing skewness. Common types of transformations include normalization and standardization, logarithmic transformation to handle skewed data, and polynomial transformations to capture non-linear relationships. These methods ensure that every feature contributes equally to the distance computations, crucial in algorithms like k-nearest neighbors .

Predictive models are used to forecast future outcomes by analyzing patterns in historical data; common examples include regression analysis and time series forecasting. Descriptive models aim to understand past data and present actionable insights; they often use techniques such as data aggregation and summarization. Decision models, also known as prescriptive models, suggest actions based on predictions and help optimize decisions; examples include optimization algorithms and complex decision logic .

Propensity models predict the likelihood of a particular event occurring, such as customer churn or purchase intent. They are widely used in marketing to identify target customers for promotions. However, a limitation is their reliance on historical data, which may not capture unobserved variables or future trends. Applications include predicting customer loyalty and personalizing marketing strategies systematically .

Linear regression models establish a direct relationship between predictors and outcomes, assuming linearity. Non-linear regression, however, models more complex relationships using functions like polynomial or exponential models. Non-linear models are preferred in cases where data exhibits curvature or complexity that linear models cannot capture, such as growth curves in biological systems or cyclic behaviors in time series data .

Model tuning plays a vital role in maximizing the performance of predictive models by optimizing hyperparameters for better model accuracy and efficiency. Techniques commonly used include grid search, which systematically explores multiple parameter combinations, and random search, which samples parameters randomly to find optimal configurations. Both methods aim to identify the best parameters that maximize the accuracy of predictions .

Model comparison is significant in predictive modeling as it determines the most suitable model for a dataset based on performance metrics. Accuracy metrics such as mean absolute error (MAE), root mean square error (RMSE), and R-squared are pivotal. These metrics evaluate model predictions against actual outcomes, allowing analysts to understand the model's effectiveness and make informed choices about which model suits particular prediction tasks best .

You might also like