Work with your assigned partner to write a series of Python scripts to fit classification and regression trees.
Fit classification trees to the following data and answer the following questions.
Make sure to do the following:
How do decision trees compare to logistic regression, NB, KNN, and MLP?
Fit a regression tree to this rental data. Make sure to remove price_display from the features since it contains the answer! You will need to do some feature engineering, cross validation, and model selection. What is the MAE and MAPE? Make of a figure of the tree. Which features did the tree use?
This page was last modified on 2026-08-19 at 20:15:10.
George Fox University · 414 N Meridian St · Newberg, Oregon 97132 · 503-538-8383
Copyright © 2018–2026 George Fox University. All rights reserved.