alteryx / categorical_encoding

Repository for the research and implementation of categorical encoding into a Featuretools-compatible Python library
BSD 3-Clause "New" or "Revised" License
50 stars 15 forks source link

ValueError: Length mismatch with Tests #7

Open gsheni opened 4 years ago

gsheni commented 4 years ago
rwedge commented 4 years ago

Downgrading category_encoders to 2.0.0 fixed the tests failing for me.

rwedge commented 4 years ago

6 puts a bandaid on this for now but we should figure out why this fails with the new version of category_encoders