featuretools icon indicating copy to clipboard operation
featuretools copied to clipboard

An open source python library for automated feature engineering

Results 198 featuretools issues
Sort by recently updated
recently updated
newest added

### Pull Request Description leave only `pd.Series` as a valid input type for `instance_vals` in `Entityset`. ----- *After creating the pull request: in order to pass the **release_notes_updated** check you...

Got an OSError after featuretools started for hours. #### Part of traceback (cannot retrieve the whole log) File "/home/zzz/.conda/envs/test/lib/python3.9/site-packages/distributed/utils.py", line 338, in sync return sync( File "/home/zzz/.conda/envs/test/lib/python3.9/site-packages/distributed/utils.py", line 405, in...

bug

- Adds `series_library` attribute to `primitive_base` - Attribute is stored on `EntitySet` during serialization to lessen complexity (the alternative would be to store it on every primitive object) - Modifies...

- The link in the API reference doc page does not work - https://featuretools.alteryx.com/en/stable/generated/featuretools.demo.load_retail.html#featuretools.demo.load_retail - The part where it says: > You can download the modified CSV [in gz compressed...

documentation

- As a user of Featuretools core, I want to apply NL primitives without install nlp-primitives. - We need to move all the primitives that don't require an external library...

Tried to create a fresh development environment but `make installdeps` failed when installing `psycopg2`. This requirement is driven by the `sql` extra requirement. To resolve I first had to install...

- As a user of Featuretools, I would like to do feature engineering for Postal Codes in USA. - I would like to extract the 2 digit prefix: ![ZIP_Code_zones svg](https://user-images.githubusercontent.com/8726321/189682683-10ff2a2c-1136-4cb9-a340-7d75ed59fc71.png)

- As a user of Featuretools, I would like to do feature engineering for Postal Codes in USA. - I would like to extract the 1 digit prefix: