Files
tunmnlu/task_2/others-answer/omsa-main/CS-6242-OAN/hw1/Q4/Q4Observations.txt
louiscklaw 9035c1312b update,
2025-02-01 02:09:32 +08:00

14 lines
255 B
Plaintext

i.rows: 47
ii.columns: 5
iii.function: ngram-fingerprint, 120
iv. GREL_brand_name: if(value==null,"Unknown",value)
v.GREL_highpriced: if(toNumber(value)>90,1,0)
vi.GREL_hasoffer: if(cells.item_description.value.contains(/discount|offer|sale/),1,0)