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

Bugfix: fix mistake in _evaluate_performance_regression #203

Merged

Conversation

robsdavis
Copy link
Contributor

Description

This fixes a mistake in _evaluate_performance_regression where X_train was set to X_test. This PR closes #202.

Affected Dependencies

None

How has this been tested?

There are tests covering this code, but do not specifically check the mistake that was present, now fixed.

Checklist

@robsdavis robsdavis added the bug Something isn't working label Jun 2, 2023
@robsdavis robsdavis linked an issue Jun 2, 2023 that may be closed by this pull request
@robsdavis robsdavis requested a review from DrShushen June 2, 2023 10:12
Copy link
Member

@DrShushen DrShushen left a comment

Choose a reason for hiding this comment

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

LGTM

@robsdavis robsdavis merged commit 85ed2f4 into main Jun 2, 2023
@robsdavis robsdavis deleted the 202-suspected-coding-mistake-in-performanceevaluator branch June 2, 2023 12:45
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.

Suspected coding mistake in PerformanceEvaluator
2 participants