Hi there,
I have a
dataset example as follow :
id_productColorreferencequantity_orderedprice_paidweight_in_grams
1RedA11000100
2RedA22500200
3BlueA22000200
4RedB2020000800
5BlueB82000650
6RedB6005000012000
7BlueB54500500
8BlueC88000800
9BlueC210001500
10RedD9650065000
11BlueE121200014050
12RedE45450003350
I want to perform a
clustering operation to detect anomalies, but i am
not sure about the kind of role i must give to my attributes.
I was thinking about :
- id_product : id
- Color : cluster
- reference : label
- quantity_ordered : weight
- price_paid : regular
- weight_in_grams : regular
Am i wrong ? right ?
Thanks for help.