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

Zero Variance-Problem Statement

The document discusses zero-variance features in a dataset and techniques to remove them. It provides hints for analyzing a dataset to identify columns with zero variance and explore methods to remove the zero variance to allow further analysis to be performed.

Uploaded by

Shariq Ansari
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)
36 views2 pages

Zero Variance-Problem Statement

The document discusses zero-variance features in a dataset and techniques to remove them. It provides hints for analyzing a dataset to identify columns with zero variance and explore methods to remove the zero variance to allow further analysis to be performed.

Uploaded by

Shariq Ansari
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
You are on page 1/ 2

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.

You might also like