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
109 stars 16 forks source link

Documentation changes #35

Closed gsheni closed 2 years ago

gsheni commented 3 years ago

Implements changes for compatibility with Featuretools 1.0.0

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

tuethan1999 commented 2 years ago

So, I have to ask. The title and description of this MR suggests these are changes for FT >= 1.0 compatibility, but it seems like most of the changes unrelated to that. Did we change direction on this MR, or is there something else going on?

So a quick search of 'ft. ' shows that the Autonormalize code doesn't rely on any Featuretools apis other than initializing an Entityset which doesn't need to be changed. I think @gsheni started to make a bunch documentation changes in this MR that make this repo more like the other open source repos and I continued that. I can rename the MR to documentation changes instead!