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

### Feature Request Description The concept of EntitySet is similar to SQL database, with relations as foreign keys and entities as tables. I think a good feature would be to...

new feature

### Fixes needed in test_entry_point.py The test `test_entry_point_detect_arg` uses the `entry_point_dfs` fixture, which is currently parameterized to use only pandas and Dask input, but not Koalas. Additionally, the start of...

testing

The following tests need to be fixed as part of the Woodwork integration. The reason these tests are failing are documented along with the test. All of these tests have...

### Allow Multiple Time Windows It would have been great to support multiple time windows. #### Feature Request Description Today, to support multiple time windows so one does not need...

In normalize DataFrame, we compile all of the woodwork types that we want to transfer to the new DataFrame in a `transfer_types` dictionary, and then we separate them all out...

### Typing info can be lost if user supplies a Woodwork initialized cutoff time dataframe Based on current code in the woodwork-integration branch of `calculate_feature_matrix.py` (https://github.com/alteryx/featuretools/blob/5b6b1ed0540d9f7435599b497417d35233146320/featuretools/computational_backends/calculate_feature_matrix.py#L164-L173), if a user supplies...

### Fix test_transform in test_dask_primitives.py The test `test_transform` in `test_dask_primitives.py` is currently being skipped due to an issue with Dask. Once [Dask Issue 7957](https://github.com/dask/dask/issues/7957) is closed, this skip in this...

Release notes check currently doesn't recognize release candidate branch names

A current limitation to `get_valid_primitives` is that it expects every primitive returned by `get_transform_primitives` and `get_aggregation_primitives`. It will try to initialize a primitive without specifying an args, and doesn't handle...

needs design

We recently merged #1731 that reverted changes in #1677 and #1679. We still need to add tests that confirm that the workaround is still needed. See PR description in #1731...