OneHotEncoder

VISA is encoded in the credit_card.value0 column, AMEX is encoded in the credit_card.value1 column, etc.from rdt.transformers.categorical import OneHotEncoder
ohe = OneHotEncoder()Parameters
FAQs
Last updated

VISA is encoded in the credit_card.value0 column, AMEX is encoded in the credit_card.value1 column, etc.from rdt.transformers.categorical import OneHotEncoder
ohe = OneHotEncoder()Last updated