Files
tunmnlu/task_1/Q4/Q4Observations.txt
louiscklaw 9035c1312b update,
2025-02-01 02:09:32 +08:00

6 lines
319 B
Plaintext

i.rows: 47
ii.columns: 5
iii.function: ngram-fingerprint, 120
iv.GREL_categoryname: if(value==null,'Unknown',value)
v.GREL_highpriced: if(toNumber(value)>90,1,0)
vi.GRE_hasoffer: if(contains(toLowercase(value), "offer") ,1,if(contains(toLowercase(value), "sale"), 1, if(contains(toLowercase(value), "discount"), 1, 0)))