-
### Bug Description
In featuretools version 0.6.0, the method `featuretools.list_primitives()` returns the same description for all the primitives of the same type. Also, the description stays cons…
csala updated
5 years ago
-
utils . not install?
-
I've been looking at pulling out the internal function from a primitive. Having access to the function allows for making some very powerful custom primitives:
1. It allows for compositions like `Me…
-
Below Gitgub link for featuretool implementaion on Spark not working..Please suggest.
https://github.com/Featuretools/predicting-customer-churn/blob/master/churn/Feature%20Engineering%20on%20Spark…
-
In this primitive you have a dependency `'featuretools>=0.2.0`. But now that `0.3.0` version is available, it gets installed into the Docker image. But 0.3.0 version requires pandas 0.23 so things bre…
mitar updated
5 years ago
-
### Bug/Feature Request Description
After upgrading from version 0.5.1 to 0.6.1 the trans primitive subtract is missing.
Has the subtract primitive been deprecated or is there a new primitive tha…
-
### Bug/Feature Request Description
As of commit 36ce3c300172390d702a614b5784332b8b56343a, CumCount, CumMax, CumMean, CumMin and CumSum can't be used as transform primitives.
This breaks the dem…
-
### Add PhoneNumber, DateOfBirth, URL variable types
-----
- Add PhoneNumber Variable Type
- Add DateOfBirth Variable Type
- Add URL Variable Type
- Add these types to ` featuretools/tests/testi…
-
### Bug/Feature Request Description
Method "IsWeekend" in trans_primitives throws error.
change "IsWeekend" to "is_weekend" solves the issue.
-
### Bug Description
I was running `ft.dfs` on a data frame that included `LatLong` columns. When I tried to use multi-processing by passing `n_jobs=-1`, I got `ValueError: 'values' must be a NumPy ar…