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

Added a checking to see whether any values are NaN in the scoring. #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Filco306
Copy link

Regarding issue #220 - by adding a check if there are any NaN values, a ValueError will be thrown if a nan-value is found.

If I am to be self-critical, there is a risk that the speed might be lower, but I still think it is necessary in order to ensure a correct evaluation.

@rgemulla
Copy link
Member

I agree that it's good to have a check for NaN values. It should be in the evaluation code, not the model code, however.

@Filco306
Copy link
Author

Filco306 commented Oct 4, 2021

Good point. I will make changes accordingly!

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.

None yet

2 participants