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

Hotfix #8

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Hotfix #8

merged 2 commits into from
Mar 6, 2024

Conversation

sergey-vakunov
Copy link
Collaborator

Mismatching of metric function and metric name bug fix. New exception class created.
Bug description: when user uses a custom metric function name and doesn't assign the function evenly the library uses default function (np.mean) without any futher warnings. That may cause inapropriate experiment results.
Solution: function and metric name match check. Raises an exception if not.

@sergey-vakunov sergey-vakunov changed the base branch from dev to main March 6, 2024 09:55
@egorshishkovets egorshishkovets merged commit c70b1fa into main Mar 6, 2024
2 checks passed
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