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

Make KoopmanPipeline.score_trajectory() compatible with multioutput='raw_values' regression metric keyword argument #179

Conversation

sdahdah
Copy link
Member

@sdahdah sdahdah commented Sep 26, 2024

Resolves #164

Proposed Changes

  • Make KoopmanPipeline.score_trajectory() compatible with multioutput='raw_values' keyword argument.

Checklist

  • Write unit tests
  • Add new estimators to existing scikit-learn compatibility tests
  • Write examples in docstrings
  • Update Sphinx documentation
  • Bump version number and date in setup.py, CITATION.cff, and
    README.rst

@sdahdah sdahdah added the bug Something isn't working label Sep 26, 2024
@sdahdah sdahdah self-assigned this Sep 26, 2024
@sdahdah sdahdah linked an issue Sep 26, 2024 that may be closed by this pull request
@sdahdah sdahdah merged commit 503ea1c into main Sep 26, 2024
7 checks passed
@sdahdah sdahdah deleted the bugfix/164-pykoopscore_trajectory-does-not-work-with-multioutput=raw_values branch September 26, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pykoop.score_trajectory() does not work with multioutput=raw_values
1 participant