‣ → good for tabular data
Kaggle Tabular Data Playgroud Series
As a rule, you also have to take care ti maintain reproducibility and to save all the models (from every fold), the list of parameters used, all the fold predictions, all the out-of-fold predictions, and all predictions from models trained on all the data. You can use a simple .txt file or Excel, but there exists ways that are more sophisticated:
The most effective models for tabular data still are
If you are extremly worried about overfitting → use Random Forest
If you have a GPU → maybe use XGBoost
Otherwise, use LightGBM