Gaurav Sheni
Gaurav Sheni
We can change min Woodwork to v0.18.0
Woodwork has gone out with release v0.19.0 so this PR is ready to be merged in
@DManowitz you can run the following: ```python import logging logging.getLogger("featuretools").setLevel(logging.DEBUG) import featuretools ```
I would caution about copy the user's data. If the user has a large data set, the copying might be expensive. For Featuretools, we modify the user dataframe when inputted...
Since https://github.com/alteryx/evalml/issues/2751 was merged in, can we close out this issue?
This might be your environment specific issue. `make installdeps-dev` should do `pip install -e .[dev]` which should install core reqs + dev reqs
My initial inclination is to learn towards creating methods with names that don't overlap OR allowing for extra kwargs. We don't want the Woodwork accessor to become the 1 method...
@thehomebrewnerd yep, created: https://github.com/alteryx/woodwork/issues/1519
This issue is related to https://github.com/alteryx/woodwork/issues/153 (but this issue is specifically supporting `set_types`)
Hi @nicodv , we will look into this and get back to you