Olivier Binette
Olivier Binette
Change default font family from "GoodCompCondBook" to the empty string "".
**Is your feature request related to a problem? Please describe.** I'd like to be able to evaluate the performance of a deployed model on data it is currently making predictions...
### Is your proposal related to a problem? I would like to be able to use Splink with embedding-based similarity functions, specifically with duckdb and Athena backends. For example, to...
### Required prerequisites - [x] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
I really like the decision tree visualization in the error analysis package. Is it possible to use it on its own? I've tried to find where its generated in the...
@ngmarchant the Levenshtein distance can be implemented using only two rows for `dmat`, instead of using a square matrix. That could significantly reduce memory usage when comparing long sequences (400...
## Check if release PR fulfills these requirements - [ ] Changelog has been updated and breaking changes have been marked (if any). - [ ] Tests have been added...
Currently, every list passed to a StringCompare function is copied before operations are applied. This is due to the use of stl containers as input types and implicit conversions done...
The check for null case should be done at the token bag level rather than the string level: https://github.com/OlivierBinette/StringCompare/blob/be58f4c1c9c24bc2cef5d9bb81053fa7ea003792/stringcompare/distance/jaccard.py#L17 I would recommend refactoring jaccard.py as follows: 1. Have the `jacard()`...