https://www.kaggle.com/willkoehrsen/automated-feature-engineering-basics/notebook
PCA를 이용한 Feature Extraction 설명 및 코드
https://medium.com/analytics-vidhya/feature-engineering-using-featuretools-with-code-10f8c83e5f68 (https://github.com/ranasingh-gkp/Feature_engineering_Featuretools)
https://data-newbie.tistory.com/815 은 원본코드 https://www.kaggle.com/frednavruzov/auto-feature-generation-featuretools-example 를 버전 업데이트에 맞춰 수정한 최신 코드이다.
Featuretools의 공식 홈페이지의 예제코드
https://featuretools.alteryx.com/en/stable/ , https://featuretools.alteryx.com/en/stable/getting_started/using_entitysets.html
https://youtube.com/playlist?list=PLSlDi2AkDv832sRHreZKoyyzJnGxLkcfF
Feature Tools에 대한 설문 문서 페이지들: https://primitives.featurelabs.com/ , https://docs.featuretools.com/en/stable/api_reference.html#feature-primitives
* 아래는 PCA를 이용한 Feature Extraction 설명 및 코드
https://vitalflux.com/feature-extraction-pca-python-example/