Amusement Park Attendance data utilizing Classification and Regression Trees
- The objective of this project is to evaluate amusement park attendance with a linear regression model, as well as Classification and Regression Trees in a python jupyter notebook.
- The amusement park dataset contains the variables attendees, month, day, hour, day_of_week, holiday, temp, temp_wb, rel_humidity, windspeed, and precipitation.
- Decision Trees are a non-parametric supervised learning method for classification that creates a model to predict the value of a target variable (attendance) by learning simple decisions/rules (Scikit-learn.org).
- Tables and graphs can be found here: Amusement Park Attendance Python Jupyter Notebook (8/12/2024 Update)