Feature extraction from relational database
In order to build a classifier, I need to extract a few features from the data stored on a MySQL database
. I need to join multiple tables and it is taking a lot of time. I have joined 2 tables at one time and have got results in multiple cases. I need to combine them. Writing a script will be the best option?
How do people extract features from large relational databases? Am I missing something?
Thanks.
Topic feature-extraction databases
Category Data Science