Pantamis

Results 28 comments of Pantamis

0499abe add batch JSON request to electrum server to collect all spending transactions of all outpoints in one Electrum call. I didn't use `requestBatch` defined in electrum-client lib https://github.com/janoside/electrum-client/blob/d98e929028d2b05c88a41fe37652737912bead79/lib/client.js#L123-L144 My...

I notice that there exist transactions that have so many outputs that ElectRS takes too much time to answer so it may be worth adding some limitation on the number...

The last commit adds a limit of 200 to the number of outpoints of a transaction for which we fetch the spending transactions to show them along with the numbers...

I am not sure if I understand what you are asking for but it is not possible to set different fees depending on where the payment to forward comes from....

In fact, the model solves NER and uses the postags which are given during training AND testing. The labels are B-MISC I-MISC O ... not NB V ADJ.... So yes...

`'bias'` is a feature that capture the proportion of a given label in the training set. Intuitively, if you have no other feature than `'bias'` in your model (so your...

Ok I will try to be more explicit. CRFsuite uses transition features of the form `I(y_t-1=a, y_t=b)` and state features of the form `f(x) I(y_t=a)`. For transitions, the features are...

"Likewise, if you change it to `'bill'` will it make any difference?" : No, it is just a name for the feature, you can search for a state feature of...

> I'm just dropping a note here to say that I have seen this (and the contribution in the other repo, too), it's just I'm focusing on other things right...