dfm / pcp

A Python implementation of the Principal Component Pursuit algorithm from arXiv:0912.3599
MIT License
61 stars 19 forks source link

USAGE infos #2

Open gergelymathe opened 2 years ago

gergelymathe commented 2 years ago

Hi there,

Your work looks really awesome!

Could you detail the usage of your implementation?! I would use this code to "clean" my input data before using it to train a transformer model.

Thanks!

All the best,

dfm commented 2 years ago

I haven't touched this code in a long time and I'm not going to have an opportunity to provide any support, but take a look at the demo.py script.