-
Notifications
You must be signed in to change notification settings - Fork 143
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
User warning is thrown while running quickstart code snippet given in README #373
Comments
@NeoKish @nnansters Can I work on this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Oh sorry, lost track of your response @SarthakNikhal . Of course you can, let me know if I can help with anything. Thanks for the offer! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Did you manage to figure something out @SarthakNikhal ? Or shall I take a look into it? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
A user warning is thrown even though the y_true value is given.
To Reproduce
Quickstart code snippet provided in README ran on Windows 11 System with python 3.10 and nannyml v0.10.4
Screenshots & scripts
py310_nannyml\lib\site-packages\nannyml\performance_estimation\confidence_based\metrics.py:401: UserWarning: No 'y_true' values given for chunk, returning NaN as realized ROC-AUC.
The text was updated successfully, but these errors were encountered: