beancount / smart_importer

Augment Beancount importers with machine learning functionality.
MIT License
248 stars 29 forks source link

Only predict on Transaction Entries #46

Closed tarioch closed 6 years ago

tarioch commented 6 years ago

Pass through newly imported non transaction entries and only predict on the transaction entries. fixes #31

johannesjh commented 6 years ago

enhanced_transactions could be initialized to be a copy of imported_transactions. predictions and suggestions would then be added to enhanced_transactions.

tarioch commented 6 years ago

Updated, what do you think? I also moved the merge logic into the ml helper.

johannesjh commented 6 years ago

looks good, thank you!