|
|
|
|
|
by bprew
1515 days ago
|
|
Thanks for the post Sagar, I'm the maintainer of reckon [1], a tool to help categorize transactions, which I used in ledger. There are a lot of interesting tools for doing plain text accounting [2] and I'm always interested in learning about new ones. Reckon uses TF/IDF with cosine similarity, but I would be interested to see how you use Random Forest. Please post your code somewhere, I'd love to see it and learn something new! [1] https://github.com/cantino/reckon
[2] https://plaintextaccounting.org/ |
|