Skip to content

feat(ai): intelligent transaction categorization engine#813

Open
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feat/categorization-engine
Open

feat(ai): intelligent transaction categorization engine#813
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feat/categorization-engine

Conversation

@bkennedyshit
Copy link
Copy Markdown

Closes #91. 14 weighted regex rules + historical similarity matching. Multi-signal scoring. Confidence levels. 4 tests.

- 14 weighted regex rules covering Transport/Dining/Groceries/Housing/Healthcare/etc.
- Historical matching: SequenceMatcher similarity against user's past categorized expenses
- Multi-signal scoring: rule hits + history similarity aggregated
- Confidence: high(>=10), medium(>=6), low(<6), none(no match)
- 4 tests: transport, dining, unknown, income
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intelligent Transaction Categorization Engine

1 participant