Module 1 and 2
Module 1 and 2
Module 3 and 4
1. Infer with an example why LR cannot be used for classification and classifier is
preffered
2. Explain logistic regression model
3. demonstrate estimation of regression coeffs of logistic regression model and
compute probability of target variable which is categorical
4. explain in detail multiple logistic regression model
5. explain forward ,backward,mixed selection for logistic regression
5. explain lda considering 1 predictor and lda with bayes
6. explain basics of decision trees for predicting baseball salary using regression
trees explain regression trees classification trees
7. how to predict via stratification of feature space considering hitters dataset
8. write algorithm for building regression tree
9. apply cost pruning to minimize rss in case of larger tree and construct unpruned
tree for hitters dataset
10. gini impurity numerical
11. decision trees numerical
12. classification vs regression
13. linear regression vs logistic regression
14. lda vs qda
15. knn numerical
16. write a shortnote on bagging and boosting bagging vs boosting
17. write an algorithm for boosting of regression trees and also 3 tuning
parameters
18. out of bag error estimation
mod5
1. supervised vs unsupervised
2. how to overcome challenges in unsupervised using pca
3. different types of linkage in hierarchical clustering
4. PCE AND PVE
5. kmeans vs hierarchical
6. how will you decide how to use pca for a given data matrix
7. explain practical issues with clustering
8. explain with example interepretation of a dendogram in hierarchical clustering
9. explain hierarchical clustering for a given data
10. k means numerical
11. pca numerical