Etienne Kintzler

Results 8 comments of Etienne Kintzler

> Vimwiki is manly used for links managment from disctance, so we will not add a mapping to spare a ci[. Well we can but it is not so usefull...

I couldn't say whether it's a bug or if it's a downside of these scalers since I didn't delve into the internals of `fit_one`. After thinking, the problem is **more...

Any update on this ? Would be great if it was possible as `fast-ctc-decode` is easier to install and to use than similar packages such as `ctcdecode` or `flashlight` python...

Hello @printsev, This is what I end up doing: using the method _getRowValues_ from _DataWriterUtil_ to write into a SQLite database. But since the class _DataWriterUtil_ is final and I...

Hello @printsev Would it be possible to make the class DataWriterUtil not final so I can inherit from it and redefined processEntry so it can output date in ISO 8601...

Hello @Yana-Guseva , I am not going to use CSVDataWriterImpl class to write into SQLite. What I use to write data into SQLite is the method getRowValues from the class...

Is the **multiclass** what's explained in [One Against All (oaa) multi class example](https://github.com/VowpalWabbit/vowpal_wabbit/wiki/One-Against-All-(oaa)-multi-class-example)? If yes, I think the multiclass label type is quite straightforward to implement. The main difference with...

Ok so csoaa is multi class as well ? I am confused since you mentionned it as a separate **multiline** type. To my understanding, the multi class pattern can be...