Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add threshold None and label docstrings for String #189

Merged
merged 1 commit into from
May 20, 2023

Conversation

davidggphy
Copy link
Contributor

When using String comparins, it is not evident in the docstring that you don't need to set a threshold.
The default value is None, and in case of using it you receibe the float number math metric instead of a 0/1 value.
This is stated in the docstring.

Also, label input was not explained in the docstring. So it has been added.

@J535D165 J535D165 merged commit 2d93cf9 into J535D165:master May 20, 2023
EdAbati added a commit to EdAbati/recordlinkage that referenced this pull request Feb 10, 2024
* Fix usage examples (J535D165#190)

* Fix broken links (J535D165#186)

This commit fixes broken links in readme.

* Add threshold None and label docstrings for String (J535D165#189)

* Add support for pandas==2 (J535D165#192)

* Replace setup.py by pyproject.toml (J535D165#195)

* Lint with Ruff and format with Black (J535D165#196)

* Lint with Ruff and format with Black

* Fix more lint issues

* Fix datasets submodule

* Fix all lint errors

* Fix importerror

* Replace flake8 in github action by ruff

* Fix linter

* Fix abstractmethod errors

* Fix test with incorrect error

* Update ci-workflow.yml

* Update CI docs generation and CI pipeline (J535D165#197)

* Bump minimal versions of dependencies

* Update the docs CI pipeline (J535D165#198)

* Add requirements to .readthedocs.yaml

* Bump minimal Python version in documentation

* Add pre-commit hooks (J535D165#199)

* Update CI pipeline for publishing package

* disable docs and publish GH actions

* only trigger on PR

* fixed linting

* updated to latest ruff

* Update GitHub Actions workflows

---------

Co-authored-by: Martinho Hoffman <39743428+martinhohoff@users.noreply.github.com>
Co-authored-by: andyjessen <62343929+andyjessen@users.noreply.github.com>
Co-authored-by: David GG <37239554+davidggphy@users.noreply.github.com>
Co-authored-by: Jonathan de Bruin <jonathandebruinos@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants