On Machine Learning Techniques
⬇️
Ability to predict a categorical response more reliably is what machine learning techniques are after.
A data scientist may rely on classification and regression trees because the focus is more on prediction than on how each descriptor will contribute to the response.
However, in some special cases, you want to see how a change in the descriptor will change the response and to what extent.
Classification and regression trees facilitate interpretation, but this clear interpretation always comes at the expense of less insight into how each descriptor contributes to the response you are trying to predict.
In this article, I will analyze which method to use and under what condition each method trumps another method.
