Formal OR Informal Wear at Restaurant?
I have a restaurant wherein I wish to go. I want to know, or predict, whether or not I need to wear formals to a specific restaurant or not.
Based on 'Restaurant Customer Dataset', if all other parameters are neglected, could I get a co-relation of 'Budget' of an individual (higher he/she earns), and what kind of dress he/she usually wears to this restaurant.
We do the following:
1. Clean missing data
2. Select relevant columns
3. Cross-Validation: Split the data into 2 parts (70%:30%)
4. Multi-class Decision Forest is used as Classification Model.