Skip to content

v0.2.3 - 2019-11-14

Compare
Choose a tag to compare
@csala csala released this 14 Nov 17:03
· 109 commits to master since this release

New Primitives

Add primitive to make window_sequences based on cutoff times - Issue #217 by @csala
Create a keras LSTM based TimeSeriesClassifier primitive - Issue #218 by @csala
Add pandas DataFrame primitives - Issue #214 by @csala
Add featuretools.EntitySet.normalize_entity primitive - Issue #209 by @csala

Primitive Improvements

Make featuretools.EntitySet.entity_from_dataframe entityset arg optional - Issue #208 by @csala

Add text regression dataset - Issue #206 by @csala

Bug Fixes

pandas.DataFrame.resample crash when grouping by integer columns - Issue #211 by @csala