alteryx / featuretools

An open source python library for automated feature engineering
https://www.featuretools.com
BSD 3-Clause "New" or "Revised" License
7.25k stars 879 forks source link

CumCount, CumMax, CumMean, CumMin and CumSum no longer supported as transform primitive #405

Closed ericchansen closed 5 years ago

ericchansen commented 5 years ago

Bug/Feature Request Description

As of commit 36ce3c300172390d702a614b5784332b8b56343a, CumCount, CumMax, CumMean, CumMin and CumSum can't be used as transform primitives.

This breaks the demo at https://github.com/Featuretools/Automated-Manual-Comparison/blob/master/Retail%20Spending/notebooks/Automated%20Retail%20Spending.ipynb.

kmax12 commented 5 years ago

thanks for pointing that out.

we will be adding these primitives back into the next release.