From b20a0ec92a6728f7f6d8e5c790a41a98510f5e6b Mon Sep 17 00:00:00 2001 From: Max Kanter Date: Sun, 3 Jun 2018 17:05:02 -0400 Subject: [PATCH] Add Featuretools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63fa9fb..4aca183 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Further resources: * [XGBoost](https://github.com/dmlc/xgboost) - A parallelized optimized general purpose gradient boosting library. * [LKYDeepNN](https://github.com/mosdeo/LKYDeepNN) - A header-only C++11 Neural Network library. Low dependency, native traditional chinese document. * [xLearn](https://github.com/aksnzhy/xlearn) - A high performance, easy-to-use, and scalable machine learning package, which can be used to solve large-scale machine learning problems. xLearn is especially useful for solving machine learning problems on large-scale sparse data, which is very common in Internet services such as online advertisement and recommender systems. +* [Featuretools](https://github.com/featuretools/featuretools) - A library for automated feature engineering. It excels at transforming transactional and relational datasets into feature matrices for machine learning using reusable feature engineering "primitives". #### Natural Language Processing