Posts

Showing posts from June 26, 2025

I Built a BFIU-Compliant AML Detection System in Python (Here's Why the Kaggle Approach Doesn't Work

I Built a BFIU-Compliant AML Detection System in Python (Here's Why the Kaggle Approach Doesn't Work)

Most AML tutorials end with a confusion matrix and a 99% accuracy score. Here's why that doesn't work — and what I built instead. I've been working in fintech compliance data for a while. The one thing I kept noticing: every "fraud detection project" on GitHub or Kaggle uses the same dataset — the UCI credit card fraud dataset from 2013. It has 284,000 rows, 30 features labeled V1-V28, and approximately zero explanatory value for anyone who wants to understand how financial crime actually works. So I built something different. The problem with the standard approach Real transaction monitoring engines don't work like Kaggle competitions. They don't take a CSV, train a model, and output a probability score. They work like this: A rule engine runs first — deterministic, auditable, regulatory-cited rules that generate alerts Those alerts get scored and triaged by risk tier An ML layer reduces false positives among the high-risk alerts ...

How to Use Notion to Improve Your Blog: A Step-by-Step Guide 🌱

Image
How to Use Notion to Improve Your Blog: A Step-by-Step Guide   1. Introduction Ever had a brilliant blog idea slip away because you forgot to write it down? I did—multiple times. That’s why I turned to Notion, and now I track every idea, draft posts effortlessly, and publish without missing deadlines. In this guide, I’ll walk you through 7 key ways to use Notion to elevate your blogging game—from planning and SEO to growth and analytics. Let’s dive in! 2. Content Planning & Organization Why this matters: A content calendar is your roadmap—it stops missed deadlines and writer’s block. How to do it in Notion: Create a database titled “Content Calendar” with fields like Title , Category , Status , Publish Date , and Keywords . Use Calendar View to visualize your posting schedule—and add Kanban View to move posts through Idea → Draft → Ready → Published . Keep an Idea Inbox database or page where you can jot down topics anytime inspiration strikes. 💡 “I started wit...