Exploring Youth Drug Use with Decision Trees
- Tejaswi Rupa Neelapu
- Mar 22
- 1 min read
Updated: Apr 20
Tags: Classification | R | Random Forest
Link: GitHub
đ Overview
Modeled marijuana usage patterns among youth using decision trees and ensemble methods.
â Key Questions
Which factors influence first-time marijuana usage?
Can social influence predict future use?
đ§Ş Methodology
Used bagging, boosting, and Random Forests
Handled 3K+ survey records from NSDUH
đ Results
Accuracy: 89.3% (binary)Â and 89.6% (multi-class)
Peer influence and friend opinion were strongest predictors
Comments