Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-30 Thread Red S
issue in your OP around smart_importer. The easy way around this is to use the rename_account <https://github.com/redstreet/beancount_reds_plugins/tree/main/beancount_reds_plugins/rename_accounts#readme> plugin to rename ‘ZSA-Matched’ to ‘Zero-Sum-Accounts’ when running smart_importer.

Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread cha...@gmail.com
Yes, there is a solution I use. Generally, plugins are meant to be >> computed dynamically each time. Smart importer predicts (instead of >> computing) statically. What this means is, we generally always want >> smart_importer to be fed a ledger on which plugins have not yet run. Thi

Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread Red S
quot; to this ledger to avoid unopened-account errors. ​ On Tuesday, December 26, 2023 at 3:32:46 PM UTC-8 Red S wrote: > Hello there, > Yes, there is a solution I use. Generally, plugins are meant to be > computed dynamically each time. Smart importer predicts (instead of > computing) st

Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread Red S
Hello there, Yes, there is a solution I use. Generally, plugins are meant to be computed dynamically each time. Smart importer predicts (instead of computing) statically. What this means is, we generally always want smart_importer to be fed a ledger on which plugins have not yet run

Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread cha...@gmail.com
I'm a fan of using Redstreet's great zerosum plugin <https://github.com/redstreet/beancount_reds_plugins/tree/main/beancount_reds_plugins/zerosum#readme> to handle transfers, and also use smart_importer in order to speed up the ledger update process. However, using these together d

smart_importer training for payee prediction

2022-10-06 Thread Nasko Oskov
Hey folks, I've managed to get my credit card importer to work the way I'd like it to and next step is to get smart_importer to help. I've got some training data with manually created entries. It works great to predict postings to which expense account I want to associate the transaction

Re: newbie question around getting going on smart_importer

2021-09-13 Thread Bman Q
just put correct "2nd legs" of transaction for smart_importer to learn from basically 2020-02-14 * "CHECK 213" Assets:Personal:Checking -2100.00 USD becomes 2020-02-14 * "CHECK 213 " Assets:Personal:Checking

Re: newbie question around getting going on smart_importer

2021-08-07 Thread Russell Yeo
How do you manually label data to be used by the smart_importer? On Wednesday, 28 April 2021 at 08:55:24 UTC+1 pat...@ch.tario.org wrote: > Hi Jonathan, > > Yes the way you describe makes a lot of sense. That way it limits the > amount of config you have to manually train. &

Re: newbie question around getting going on smart_importer

2021-04-28 Thread 'Patrick Ruckstuhl' via Beancount
core accounts. I now want to get smart_importer working and want to understand the best strategy to bring this into the process. My understanding from the smart_importer data is that I can covert all my importers to be "smart importers" using the hooks that smart_importer provide

newbie question around getting going on smart_importer

2021-04-28 Thread jrgo...@gmail.com
Hi, I've finally gotten (a) account structure I want for now (b) importers working for my 3 core accounts. I now want to get smart_importer working and want to understand the best strategy to bring this into the process. My understanding from the smart_importer data is that I can covert all my

Re: smart_importer

2018-04-18 Thread 'Patrick Ruckstuhl' via Beancount
lities:US:CreditCard -56.43 USD > >which we get with default bean-extract command. Did i understand it >right? > >On Tuesday, April 17, 2018 at 8:12:13 PM UTC-4, Martin Blais wrote: >> >> Works great on my credit card account! >> https://github.com/johannesjh/smart_imp

Re: smart_importer

2018-04-18 Thread mployby
MACY'S" Liabilities:US:CreditCard -56.43 USD which we get with default bean-extract command. Did i understand it right? On Tuesday, April 17, 2018 at 8:12:13 PM UTC-4, Martin Blais wrote: > > Works great on my credit card account! > https://github.com/johannesjh/smart_import

Re: smart_importer

2018-04-18 Thread 'Patrick Ruckstuhl' via Beancount
Created https://github.com/johannesjh/smart_importer/issues/31 for this. We're already filtering the training data, forgot to also filter the ones where we do the predictions. On April 18, 2018 1:38:32 PM GMT+02:00, Zhuoyun Wei <wzy...@wzyboy.org> wrote: >I got it working, as well. Cu

Re: smart_importer

2018-04-18 Thread Zhuoyun Wei
in the entries returned by the importer, the ML crashes with a cryptic traceback.) 2018-04-17 20:11:50 Martin Blais <bl...@furius.ca>: > Works great on my credit card account! > https://github.com/johannesjh/smart_importer > > Another way I'm finding I'd like to invoke this is by invo

smart_importer

2018-04-17 Thread Martin Blais
Works great on my credit card account! https://github.com/johannesjh/smart_importer Another way I'm finding I'd like to invoke this is by invocation of an Emacs binding to auto-complete one particular transaction based on a stored model. Basically put the cursor over an incomplete transaction