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

fix: remove incorrect ConstantThreshold from UnivariateDriftCalculator #425

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

josecaloca
Copy link
Contributor

updated docstring

Updated the UnivariateDriftCalculator docstring by removing ConstantThreshold(upper=0.1) as it incorrectly reflects the default behavior. The correct default is StandardDeviationThreshold(std_lower_multiplier=None).

…r docstring

Updated the UnivariateDriftCalculator docstring by removing ConstantThreshold(upper=0.1) as it incorrectly reflects the default behavior. The correct default is StandardDeviationThreshold(std_lower_multiplier=None).
Copy link
Contributor

@nnansters nnansters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted! Thanks for the correction!

Our docstrings do need a bit of love...

@josecaloca
Copy link
Contributor Author

@nnansters will this PR be reflected in the next release?

@nnansters
Copy link
Contributor

Yup! Not sure when it will be out, but it will be included, with a nice shout-out of course.

Need it released urgently?

@josecaloca
Copy link
Contributor Author

Yup! Not sure when it will be out, but it will be included, with a nice shout-out of course.

Need it released urgently?

No need for urgent update. I was curious about further releases ☺️

@nnansters nnansters merged commit c6d326e into NannyML:main Nov 4, 2024
4 of 5 checks passed
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.

2 participants