featuretools

An open source python library for automated feature engineering

BSD-3-CLAUSE License

Downloads
71.4K
Stars
7.1K
Committers
70

Bot releases are hidden (Show)

featuretools - v0.24.1.dev0

Published by jeff-hernandez over 3 years ago

Development release for testing purposes

featuretools - v0.24.0

Published by rwedge over 3 years ago

v0.24.0 Apr 30, 2021

  • Changes
    • Add auto assign bot on GitHub (#1380)
    • Reduce DFS max_depth to 1 if single entity in entityset (#1412)
    • Drop Python 3.6 support (#1413)
  • Documentation Changes
    • Improve formatting of release notes (#1396)
  • Testing Changes
    • Update Dask/Koalas test fixtures (#1382)
    • Update Spark config in test fixtures and docs (#1387, #1389)
    • Don't cancel other CI jobs if one fails (#1386)
    • Update boto3 and urllib3 version requirements (#1394)
    • Update token for dependency checker PR creation (#1402, #1407, #1409)

Thanks to the following people for contributing to this release:
@gsheni, @rwedge, @thehomebrewnerd

featuretools - v0.24.0.dev0

Published by rwedge over 3 years ago

Development release for testing purposes

featuretools - v0.23.3

Published by rwedge over 3 years ago

v0.23.3 Mar 31, 2021

  • Changes
    • Minor updates to work with Koalas version 1.7.0 (#1351)
    • Explicitly mention Python 3.8 support in setup.py classifiers (#1371)
    • Fix issue with smart-open version 5.0.0 (#1372, #1376)
  • Testing Changes
    • Make release notes updated check separate from unit tests (#1347)
    • Performance tests now specify which commit to check (#1354)

Thanks to the following people for contributing to this release:
@gsheni, @rwedge, @thehomebrewnerd

featuretools - v0.23.3.dev1

Published by rwedge over 3 years ago

Development release for testing purposes

featuretools - v0.23.3.dev0

Published by rwedge over 3 years ago

Development release for testing purposes

featuretools - v0.23.2

Published by gsheni over 3 years ago

v0.23.2 Feb 26, 2021

⚠️ The next non-bugfix release of Featuretools will not support Python 3.6

  • Enhancements
    • The list_primitives function returns valid input types and the return type (#1341)
  • Fixes
    • Restrict numpy version when installing koalas (#1329)
  • Changes
    • Warn python 3.6 users suppport will be dropped in future release (#1344)
  • Documentation Changes
    • Update docs for defining custom primitives (#1332)
    • Update featuretools release instructions (#1345)

Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez, @rwedge

featuretools - v0.23.2.dev0

Published by gsheni over 3 years ago

Development release for testing purposes

featuretools - v0.23.1

Published by rwedge over 3 years ago

v0.23.1 Jan 29, 2021

  • Fixes
    • Calculate direct features uses default value if parent missing (#1312)
    • Fix bug and improve tests for EntitySet.__eq__ and Entity.__eq__ (#1323)
  • Documentation Changes
    • Update Twitter link to documentation toolbar (#1322)
  • Testing Changes
    • Unpin python-graphviz package on Windows (#1296)
    • Reorganize and clean up tests (#1294, #1303, #1306)
    • Trigger tests on pull request events (#1304, #1315)
    • Remove unnecessary test skips on Windows (#1320)

Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez, @rwedge, @seriallazer, @thehomebrewnerd

featuretools - v0.23.1.dev0

Published by rwedge over 3 years ago

Test release for development purposes

featuretools - v0.23.0

Published by rwedge almost 4 years ago

v0.23.0 Dec 31, 2020

  • Fixes
    • Fix logic for inferring variable type from unusual dtype (#1273)
    • Allow passing entities without relationships to calculate_feature_matrix (#1290)
  • Changes
    • Move query_by_values method from Entity to EntitySet (#1251)
    • Move _handle_time method from Entity to EntitySet (#1276)
    • Remove usage of ravel to resolve unexpected warning with pandas 1.2.0 (#1286)
  • Documentation Changes
    • Fix installation command for Add-ons (#1279)
  • Testing Changes
    • Use repository-scoped token for dependency check (#1245:, #1248)
    • Fix install error during docs CI test (#1250)

Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez, @rwedge, @thehomebrewnerd

Breaking Changes

  • Entity.query_by_values has been removed and replaced by EntitySet.query_by_values with an
    added entity_id parameter to specify which entity in the entityset should be used for the query.
featuretools - v0.23.0.dev0

Published by rwedge almost 4 years ago

Developmental release for testing purposes

featuretools - v0.22.0

Published by rwedge almost 4 years ago

v0.22.0 Nov 30, 2020

  • Enhancements
    • Allow variable descriptions to be set directly on variable (#1207)
    • Add ability to add feature description captions to feature lineage graphs (#1212)
    • Add support for local tar file in read_entityset (#1228)
  • Fixes
    • Updates to fix unit test errors from koalas 1.4 (#1230, #1232)
  • Documentation Changes
    • Removed link to unused feedback board (#1220)
    • Update footer with Alteryx Innovation Labs (#1221)
    • Update links to repo in documentation to use alteryx org url (#1224)
  • Testing Changes
    • Update release notes check to use new repo url (#1222)
    • Use new version of pull request Github Action (#1234)
    • Upgrade pip during featuretools[complete] test (#1236)
    • Migrated CI tests to github actions (#1226, #1237, #1239)

Thanks to the following people for contributing to this release:
@frances-h, @gsheni, @jeff-hernandez, @kmax12, @rwedge, @thehomebrewnerd

featuretools - v0.22.0.dev0

Published by rwedge almost 4 years ago

"Development release for testing purposes"

featuretools - v0.21.0

Published by jeff-hernandez almost 4 years ago

v0.21.0 Oct 30, 2020

  • Enhancements
    • Add describe_feature to generate an English language feature description for a given feature (#1201)
  • Fixes
    • Update EntitySet.add_last_time_indexes to work with Koalas 1.3.0 (#1192, #1202)
  • Changes
    • Keep koalas requirements in separate file (#1195)
  • Documentation Changes
    • Added footer to the documentation (#1189)
    • Add guide for feature selection functions (#1184)
    • Fix README.md badge with correct link (#1200)
  • Testing Changes
    • Add pyspark and koalas to automated dependency checks (#1191)
    • Add DockerHub credentials to CI testing environment (#1204)
    • Update premium primitives job name on CI (#1205)

Thanks to the following people for contributing to this release:
@frances-h, @gsheni, @jeff-hernandez, @rwedge, @tamargrey, @thehomebrewnerd

featuretools - v0.21.0.dev0

Published by jeff-hernandez almost 4 years ago

Development release for testing purposes

featuretools - v0.20.0

Published by tuethan1999 about 4 years ago

v0.20.0 Sep 30, 2020

The Text variable type has been deprecated and been replaced with the NaturalLanguage variable type. The Text variable type will be removed in a future release.

  • Fixes
    • Allow FeatureOutputSlice features to be serialized (#1150 )
    • Fix duplicate label column generation when labels are passed in cutoff times and approximate is being used (#1160)
    • Determine calculate_feature_matrix behavior with approximate and a cutoff df that is a subclass of a pandas DataFrame (#1166)
  • Changes
    • Text variable type has been replaced with NaturalLanguage (#1159 )
  • Documentation Changes
    • Update release doc for clarity and to add Future Release template (#1151)
    • Use the PyData Sphinx theme (#1169)
  • Testing Changes
    • Stop requiring single-threaded dask scheduler in tests (#1163, #1170)

Thanks to the following people for contributing to this release:
@gsheni , @rwedge , @tamargrey, @tuethan1999

featuretools - v0.20.0.dev0

Published by tuethan1999 about 4 years ago

"Development release for testing purposes"

featuretools - v0.19.0

Published by tamargrey about 4 years ago

v0.19.0 Sept 8, 2020

  • Enhancements
    • Support use of Koalas DataFrames in entitysets (#1031 )
    • Add feature selection functions for null, correlated, and single value features (#1126 )
  • Fixes
    • Fix encode_features converting excluded feature columns to a numeric dtype (#1123 )
    • Improve performance of unused primitive check in dfs (#1140 )
  • Changes
    • Remove the ability to stack transform primitives (#1119, #1145 )
    • Sort primitives passed to dfs to get consistent ordering of features* (#1119 )
  • Documentation Changes
    • Added return values to dfs and calculate_feature_matrix (#1125 )
  • Testing Changes
    • Better test case for normalizing from no time index to time index (#1113 )

*When passing multiple instances of a primitive built with make_trans_primitive
or maxe_agg_primitive, those instances must have the same relative order when passed
to dfs to ensure a consistent ordering of features.

Thanks to the following people for contributing to this release:
@frances-h, @gsheni, @rwedge, @tamargrey, @thehomebrewnerd, @tuethan1999

Breaking Changes

  • ft.dfs will no longer build features from Transform primitives where one
    of the inputs is a Transform feature, a GroupByTransform feature,
    or a Direct Feature of a Transform / GroupByTransform feature. This will make some
    features that would previously be generated by ft.dfs only possible if
    explicitly specified in seed_features.
featuretools - v0.19.0.dev0

Published by tamargrey about 4 years ago

Development release for testing purposes

Package Rankings
Top 19.62% on Anaconda.org
Top 0.99% on Pypi.org
Top 5.19% on Proxy.golang.org
Top 8.11% on Conda-forge.org
Related Projects