Models' Evaluation
Take any dataset you wish (binary class, for example titanic dataset). Apply following two algorithms on the same dataset and compare the output in terms of accuracy, precision, recall, ROC.
- Decision Tree
- Random Forest
Models' Evaluation
Take any dataset you wish (binary class, for example titanic dataset). Apply following two algorithms on the same dataset and compare the output in terms of accuracy, precision, recall, ROC.