Carsten Behring

Results 517 comments of Carsten Behring

I think the "problem" here is , that the Classification in Tribuo has only foreseen, that training data target column is of type "Label" (which is a String fundamentally). In...

I went deeper. The issue is this line: https://github.com/techascent/tech.ml.dataset/blob/b0896cc6116ad6aa049fb7f1b955e9fe49b07ae8/src/tech/v3/libs/tribuo.clj#L126 in which the code converts keyword,numbers and Strings to "string", and forgets about initial type. Probably we need to remember" the...

I have a working implementation. There is one piece of code, which could be made agnostic, having these concept: - one function : **ocr_pdf** which takes as input a PDF...

I am not an expert in R. Is there a standard concept in R, of "extension" points ? It is just via "passing a function" into an other function?

> Thanks for looking at this. I think if integrated I'd prefer the latter approach to be more agnostic. For example, could use azure or tesseract OCR (which has been...

@lebebr01 please let me know, if you want me to do anything on the #23

I cleaned up the code, used argument lists and replaced T -> TRUE, F-> FALSE

I am aware, that I am not a good R programmer, more an R user, but I hope we can get the code in an acceptable state. My PR is...

I went a bit more in detail. This does not affect "all methods". It affects all methods which use the "get-for" methods. And those methods are the ones returning full...

I am not sure, how the methods returning lists should behave in case of http != 200 errors. In case of http Exceptions they return a map, with a key...