Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 294 Bytes

File metadata and controls

2 lines (2 loc) · 294 Bytes

Decision-Tree-versus-Random-Forest-Performance-on-NY-State-Graduation-Data

Decision trees and random forest models can both be very effective when applied to classification problems. We compared the performance vs. complexity payoff between both models in this example using Pandas and NumPy