cs481-ekh / f22-ai-cbl

Other
0 stars 1 forks source link

Boosting ensemble model #103

Open Stephanie-P-Ball opened 1 year ago

Stephanie-P-Ball commented 1 year ago

Implement Boosting ensemble method and find its accuracy. Implements part of story #101

Stephanie-P-Ball commented 1 year ago

After several hours working on bagging model, I switched to Boosting to see if I had better luck. Unfortunately, this proved to be challenging as well. The issue I am having with this model is inconsistent numbers of samples. This isn't happening with any other models so I must be doing something funny with the split that I am not seeing. I will also work on this in Sprint 4.