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

[MNT] deprecation handling for CyclicBoosting #329

Merged
merged 15 commits into from
May 16, 2024
Merged

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented May 15, 2024

Deprecation messages for CyclicBoosting for deprecations and changes in 2.4.0.
Alternative to #320.

  • restores sequence of parameters to sequence in version 2.2.2, to avoid breakage in the 2.3.0 release
  • adds deprecation message for bound parameter
  • renames new version parameter to dist_type - the name is a bit misleading, as it will probably imply "version" in the semantic versioning sense to an ordinary user. Does not require deprecation, because added since 2.2.2.

Also makes improvements to the docstring of the CyclicBoosting estimator.

Difference to #320: does not carry out deprecations for distributions, under a working assumption that #327 will be merged.

@fkiraly fkiraly added module:regression probabilistic regression module documentation Documentation & tutorials labels May 15, 2024
@fkiraly fkiraly merged commit 1883ab4 into main May 16, 2024
24 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation & tutorials module:regression probabilistic regression module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant