ADA MCA Assignment1
ADA MCA Assignment1
1. What are the key steps involved in the data analytics process?
2. Explain the concept of feature selection and its significance in building machine
learning models.
3. Discuss the methods for converting categorical data into numerical formats
during data preprocessing.
4. How do you determine which features to retain when performing dimensionality
reduction?
5. How can visualizations be used to detect multicollinearity in a dataset? Provide
an example.
6. What are the common pitfalls to avoid when interpreting visualizations during
exploratory data analysis (EDA)?
7. How do feature selection techniques improve the effectiveness of
dimensionality reduction methods? Provide an example.
8. How can you evaluate the effectiveness of a dimensionality reduction technique
in maintaining the original data structure? Illustrate with an example.
9. What are the strategies for handling missing data, and why is it crucial to address
them?
10. Why is it essential to standardize or normalize data before applying PCA?
Provide an example to illustrate your answer.