Auto ML vs Manual ML for a project
I recently was introduced to a AUTO ML library based on genetic programming
called tpot
. Thanks to @Noah Weber. I have few questions
1) When we have AUTO ML, why do people usually spend time on Feature selection
or preprocessing etc? I mean they do at-least reduce the search space/feature space
2) I mean atleast, they reduce our work to some extent and we can work from the output of AUTO ML solution and tune further if required. We don't really have to do gridsearchCV by manually keying in range of values that we might require. Right?
3) Is there any disadvantage to it? I understand it might be black box but for data analysis, don't they make it easier? Computer scientists,may not prefer it. Ofcourse, we need to have some sort of knowledge to be able to fine tune the model, interpret the results etc
4) What's the advantage of doing manual ML when compared to AUTO ML
5) Will it be possible for us to improve the results further? I mean once we get the output from Auto ML
Can you help me understand this?
Topic automl deep-learning predictive-modeling data-mining machine-learning
Category Data Science