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

add to_candidates for stepwise strategy #392

Merged
merged 1 commit into from
May 2, 2024

Conversation

jkleinekorte
Copy link
Contributor

@jkleinekorte jkleinekorte commented May 1, 2024

Currently, stepwise strategy only returns input values for each candidate when calling to_candidate. This PR replaces the to_candidate method for stepwise strategy such that the to_candidate method of the currently used strategy is used instead. As a result, also predicted output values are returned in case a predictive strategy is used.

…e returned if a predictive strategy is used
@jkleinekorte jkleinekorte requested a review from jduerholt May 2, 2024 06:37
Copy link
Contributor

@jduerholt jduerholt left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@jkleinekorte jkleinekorte merged commit cac8112 into main May 2, 2024
10 checks passed
@jkleinekorte jkleinekorte deleted the feature/strategy-specific_return_in_stepwise branch May 2, 2024 12:14
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