Skip to content

ptrvsrg/ecommerce-fraud-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce-fraud-detection

Classify marketplace ads that sell fake products

Competition

NSU BDA. 2025 E-commerce Fraud

Evaluation

Eval Metric

The evaluation metric is Average Precision Score

Submission file

For each id, you must predict the product's authenticity (column is_fake). The file must contain headers and be in the following format:

id,is_fake
1,0.0177
2,0.4966
3,0.0001
4,0.9211
5,0.9863
6,0.0002
...

Solution

This solution received a score of 0.72355