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

ValueError in ProbClassificationPerformanceTab #257

Open
sanram905 opened this issue Jul 5, 2022 · 2 comments
Open

ValueError in ProbClassificationPerformanceTab #257

sanram905 opened this issue Jul 5, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sanram905
Copy link

Hi,

I'm testing evidently with light gbm binary classifier and getting the following error:

ValueError: Found array with 0 sample(s) (shape=(0, 2)) while a minimum of 1 is required

on calculate quality metrics for ProbClassificationPerformanceTab, though DataDriftTab works fine.

Can you help please? is it possible to add new quality metric e.g. gini to the dashboard?

Thanks for your amazing work

@Tapot Tapot self-assigned this Jul 19, 2022
@emeli-dral emeli-dral added the bug Something isn't working label Jul 25, 2022
@emeli-dral
Copy link
Contributor

Hi @sanram905 ,
first of all we do apologise for the late response.
Apparently, we missed your question 😔

That's very interesting, especially tacking into account that DataDriftReport works.
We know, that we have a problem with the N/A values. Particularly, we try to filter out them from the dataset and sometimes it leads to the unforeseen consequences. Do you think that might be connected to the error you got? Were there any missing values among the targets or projections?

@sanram905
Copy link
Author

Hi Emeli,
Thanks for getting back on it. Yes you are the right. The issue is due to missing values in the dataset. It works if all missing values are dropped or imputed. I have another question: is it possible to add another dimension to data distribution plots?

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

No branches or pull requests

3 participants