TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Analyzing PPP Loan Fraud with Advanced Python Data Analysis

1 pointsby eigenvalue3 months ago
I recently made a quite elaborate system for systematically finding suspected fraudulent loans in a giant 8.4gb CSV dump of PPP loan data using lots of interesting Python data science techniques. The entire thing is open-source, and you can easily replicate the findings, which are depressing.<p>If you just want to see the complete final outputs of the analysis that looks at the most suspicious looking loans (after scoring them using a powerful model that looks at many indicators of fraud), you can see them here:<p><a href="https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;Dicklesworthstone&#x2F;ppp_loan_fraud_analysis&#x2F;refs&#x2F;heads&#x2F;main&#x2F;final_output_of_analysis_step_in_ppp_loan_fraud_analysis.txt" rel="nofollow">https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;Dicklesworthstone&#x2F;ppp_loan...</a><p>I did all of this work in the last couple days, mostly using Grok3, which was a really great way to get familiar with this new and very powerful model. I was impressed with how well it worked, both in terms of helping to come up with ideas for the system and also implementing it.<p>I also wrote a blog post about it with more details (although the readme file in the repo is probably more informative, if technical):<p><a href="https:&#x2F;&#x2F;fixmydocuments.com&#x2F;blog&#x2F;02_ppp_loan_fraud_analysis" rel="nofollow">https:&#x2F;&#x2F;fixmydocuments.com&#x2F;blog&#x2F;02_ppp_loan_fraud_analysis</a>

no comments

no comments