Machine learning involves an agent improving its performance through experience. Decision trees can predict outcomes based on input data. They display relationships between a dependent variable and independent variables. Nodes split the data, with leaf nodes predicting the output. For example, a decision tree for credit risk data showed income was most significant, perfectly predicting risk based on being low income or having high income and marital status.
Related topics: