Preliminary Information
Classification and Regression Trees (CART) are a machine learning algorithm that builds decision trees for classification and regression by splitting data based on feature values. A classification tree sorts data into categories. A regression tree predicts continuous values by splitting data based on feature values. A classification tree is a structural mapping of binary decisions that lead to a decision about the class (interpretation) of an object. Although many data analysts will simply call it a decision tree, it is more appropriately a type of decision tree that will lead the analyst to categorical decisions. A regression tree is a predictive model that utilizes one or more input variables and a single output variable that leads an analyst to make predictions. The output variable is numerical, whereas the input variables can be a mix of categorical and continuous variables. Regression trees are a type of decision tree that generally predicts numerical outcomes instead of classifications. Please complete this assignment by addressing the following questions.
Instructions
In a MS Word document, address each of the following:
- Discuss the utilization of Python from the lab assignment and what you learned from the experience. (Minimum of 50 words, worth 10 points)
- Interpret information resulting from CART analysis you completed in your two lab assignments. (Minimum of 50 words, worth 10 points).
- Research on the internet and find one decision tree. Paste the tree result on your Word document with a reference as to where you found the tree. Then, interpret the information based on your analysis of the tree you located. (Minimum of 75 words, worth 15 points)
- Finally, explain the limitations of CART analysis. Discuss how you can adjust for such limitations. (Minimum 75 words, worth 15 points)
- Submit your assignment in a MS Word document.

Leave a Reply
You must be logged in to post a comment.