Zero - Variance Features
Instruction
Please ensure you update all the details:
Name: Tariz Atique
Batch Id: DS 11052022
Topic: Data Pre-Processing
Variance measures how far a set of data is spread out. A variance of zero indicates that
all the data values are identical. There are various techniques to remove this for
transforming the data into the suitable one for prediction.
Problem statement:
Find which columns of the given dataset with zero variance, explore various techniques used to
remove the zero variance from the dataset to perform certain analysis.
© 2013 - 2021 360DigiTMG. All Rights Reserved.
Hints:
For each assignment, the solution should be submitted in the below format
1. Work on each feature of the dataset to create a data dictionary as displayed in the
below image:
2. Consider the Z_dataset.csv dataset
3. Research and perform all possible steps for obtaining solution
4. All the codes (executable programs) should execute without errors
5. Code modularization should be followed
6. Each line of code should have comments explaining the logic and why you are using that
function
© 2013 - 2021 360DigiTMG. All Rights Reserved.