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

allow kwargs for rsq #341

Merged
merged 1 commit into from
Nov 16, 2021
Merged

allow kwargs for rsq #341

merged 1 commit into from
Nov 16, 2021

Conversation

martinvonk
Copy link
Collaborator

Short Description

ml.stats.rsq() would not allow other arguments while ps.stats.metrics.rsq() does. Handy for arguments such as max_gap, missing and nparam.

Checklist before PR can be merged:

  • closes issue #xxxx
  • is documented
  • PEP8 compliant code
  • tests added / passed
  • Example Notebook (for new features)
  • API changes documented in Release Notes

ml.stats.rsq() would not allow other arguments while ps.stats.metrics.rsq() does
@dbrakenhoff dbrakenhoff merged commit 86d0b89 into dev Nov 16, 2021
@martinvonk martinvonk deleted the kwargs-for-rsq branch November 16, 2021 12:56
@martinvonk martinvonk self-assigned this Feb 28, 2023
@martinvonk martinvonk added the enhancement Indicates improvement of existing features label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates improvement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants