├── Automated_Feature_Engineering.ipynb ├── LICENSE ├── README.md ├── customer.csv ├── loans.csv ├── payments.csv └── sample_data creation.ipynb /Automated_Feature_Engineering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/Automated_Feature_Engineering.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/README.md -------------------------------------------------------------------------------- /customer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/customer.csv -------------------------------------------------------------------------------- /loans.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/loans.csv -------------------------------------------------------------------------------- /payments.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/payments.csv -------------------------------------------------------------------------------- /sample_data creation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmwangy/Beginner-Guide-to-Automated-Feature-Engineering-With-Deep-Feature-Synthesis./HEAD/sample_data creation.ipynb --------------------------------------------------------------------------------