alteryx / autonormalize

python library for automated dataset normalization
https://blog.featurelabs.com/automatic-dataset-normalization-for-feature-engineering-in-python/
BSD 3-Clause "New" or "Revised" License
111 stars 16 forks source link

Can we use autonormalize to find subset of correlated feature #9

Open rtmlp opened 5 years ago

rtmlp commented 5 years ago

Hi,

Can we use auto-normalize to find subset of correlated features with in the dataframe. I was experimenting with a small dataset with 1000 observations and 300 columns. But the find_dependencies on the dataframe is taking really long time

Any thoughts?

Thanks