Thomas Petit-Jean

Results 8 issues of Thomas Petit-Jean

## Description Proposition for allowing `Qualifiers` to look for matches in sentences present in `doc.spans[key]`. It would extend the current `on_ents_only` argument by adding another `on_spangroups` argument Another way of...

Hi ! I stumbled upon the [3D bar example](https://github.com/widgetti/ipyvolume/blob/master/docs/source/examples/bars.ipynb), which I would really enjoy using. However it seems that the API changed quite a bit since the example notebook was...

For the moment, the `eds.sentences` pipe splits sentences on a newline (\n) token iff it is followed by a capitalized token, i.e. a token with an uppercase initial, and with...

## Feature type Add the `ignore_excluded` option in the `Dates` pipeline

I've saved a `LightGBM` model trained using a custom objective. Is it possible to compile it through `lleaves` ? Currently, I'm getting a `RuntimeError: Missing non-nullable keys {'objective'}` when running:...

## Description ## Checklist - [ ] If this PR is a bug fix, the bug is documented in the test suite. - [ ] Changes were documented in the...

## Description When the documentation is updated in a PR, triggers the documentation build CI ## Checklist - [ ] If this PR is a bug fix, the bug is...

## Description Problems when using `eds_scikit` on Windows. We might want to add testing on Windows in the CI. For instance `time.tzset()` (used in `__init__.py`) does not exist on Windows