How to choose the right algorithm?
I have finished building a pipeline for my DS project (binary classification). Results after running the pipeline show that the best accuracy have both XGBoost and LightGBM algorithms. Which one should I choose? Or which additional metrics can help me to decide which is the best?
Regards