Random Forest : Ensemble model and rescuer. Understand why?
Learn about Random Forest Algorithm : The Good, the Bad, and the Ugly
Decision tree is the simplest model to replace rule based system and it gives assurance that it is generated based on the data provided. It tends to be biased and overfit very fast. Slight change in test data and see, your DT model started…