Skip to content

nbroad1881/pii-data-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pii-data-detection

This repository contains the code for the kaggle competition: PII Data Detection in which I placed 9th place out of 2048 teams. Here is my write-up.

The package can be installed by cloning the repo and running pip install -e . when in the directory. Requirements are in requirements.txt

The final models were trained using the code in piidd/training/basic/strided_train.py

Inference can be done using piidd/inference/strided_preds.py

Please open an issue if you have any questions.