We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening in favor of tidymodels/tailor#7. A few tailor adjustments register call info for dials functions that don't yet exist:
adjust_equivocal_zone()
buffer()
adjust_numeric_range()
lower_limit()
upper_limit()
adjust_probability_threshold() references threshold(), which does exist already.
adjust_probability_threshold()
threshold()
The text was updated successfully, but these errors were encountered:
simonpcouch
Successfully merging a pull request may close this issue.
Opening in favor of tidymodels/tailor#7. A few tailor adjustments register call info for dials functions that don't yet exist:
adjust_equivocal_zone()
:buffer()
adjust_numeric_range()
:lower_limit()
,upper_limit()
adjust_probability_threshold()
referencesthreshold()
, which does exist already.The text was updated successfully, but these errors were encountered: