ozzieD
ozzieD
a dask unit test fails when upgrading to `dask==2022.8.0`. Investigate and fix.
`get_function` is repeated throughout every primitive. I purpose we explore the idea of making this available as a decorator instead which wraps the function needed to run in order to...
The current structure of the primitive's folder makes it confusing to work with and harder to scale. @dvreed77 and I think a better structure for the primitives would be: ```...
After discussing https://github.com/alteryx/featuretools/pull/2252 we decided to remove `fill_value` from `Lag` since it may be a problem with multiple types of columns in DFS. If there is a need to bring...
in `_recommend_non_numeric_primitives` we make a call to dfs to generate features for all valid primitives. That list of valid primitives usually includes many numeric primitives that don't get used and...