'How to find feature importance in data? [closed]
I want to know what column will correlated and impact to no_of_purchased but i have both numeric (e.g. total_item) and non-numeric data (e.g. shop_type)
table of data (columns name)
- shop_id
- shop_type (e.g. franchise ,..)
- total_item
- is_in_business_district
- is_creditcard_payment
- total_staff_in_shop
- no_of_purchased
if i want to find what impact to no_of_purchase and need to include both numeric and non-numberic data. which model and method should i use?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
