How to recognize one-hot encoded columns in data frame
Eisha Tir Raazia

Eisha Tir Raazia @eishatirraazia19

About: Research Masters Student at @UNIGE | Google WTM Ambassador | xRetrocausal.ai | xTRA

Location:
Geneva, Switzerland
Joined:
Jul 31, 2020

How to recognize one-hot encoded columns in data frame

Publish Date: Jul 31 '20
2 0

In pandas data frame there are multiple binary features columns with binary values, and the challenge is to identify which column has one-hot labels/values(which column can be a part of the one-hot encoded vector) and which column is an independent feature and not a part of one-hot encoded labels/vector.

The…

Comments 0 total

    Add comment