Etienne Kintzler

Results 8 issues of Etienne Kintzler

Is there way a command/way to rename the link text for markdown link ? I know the existence of `wr` but it renames the link URL, not the link text.

enhancement
link

@jackgerrits mentionned the idea of generating flatbuffers binary format from `DFtoVW`. The first tests show that **it is very slow : ~ 24 seconds to build 1 million features**. I...

Feature Request

**`creme` version**: 0.6.1 **Python version**: 3.7.7 **Operating system**: Ubuntu 20.04.1 LTS ## Estimated coefficients seem wrong for some scalers I am currently doing simulations and the **estimated weight seem wrong...

Performance

When Tokenizer is initialized with a float instead of an integer for the parameter `num_words`, no error is raised. However when the method `Tokenizer.texts_to_matrix` is called, it results in TypeError...

text

Is it possible to offer the possibility to write to SQLite database ? I started to write code for this purpose using sqlite-jdbc. The SQLite's schema is based on the...

There seems to be a typo in the definition of *path integrated gradients* (equation 2) in the paper [Axiomatic Attribution for Deep Networks](https://arxiv.org/pdf/1703.01365.pdf). I think it should be $\frac{\partial F(\gamma(\alpha))}{\partial...

Hello, Thanks for this convenient library ! 😄 Wouldn't be nice desirable to add a regex that can also **clean up HTML special entities** such as "&" , ">", etc....

enhancement

The previous tutorial on how to use the DFtoVW class (https://vowpalwabbit.org/docs/vowpal_wabbit/python/latest/tutorials/DFtoVW_tutorial.html) is too long and complicated (for what it tries to teach). In this PR I created a version of...