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

cannot create cohort in the "erroranalysis-dashboard-multiclass" example #961

Closed
jinyang08 opened this issue Oct 19, 2021 · 4 comments
Closed

Comments

@jinyang08
Copy link

Hi there,
I tried to run the sample notebook "erroranalysis-dashboard-multiclass" on my local computer. For the section "Load simple ErrorAnalysis view without explanations" at around the 7th cell, the error analysis interface showed up normally, but the cohort is always "all data", which contains 89 testing samples. I tried to select two features in the heatmap tab but nothing happened. The cohort is all data and only the overall error rate was shown, no broken-down heatmap. A similar situation happened for the census example. Have I done something wrong here?
Any help is appreciated.

image

@imatiach-msft
Copy link
Contributor

hi @jinyang08 , do you see any errors in the python notebook? I am guessing you are hitting some error in the python backend, which usually happens when the UI does not update and you are making actions. If you see errors, can you post the error and stack trace? My guess is that there is something about the environment (eg older pandas version, etc).

@imatiach-msft
Copy link
Contributor

You should see the error appear in the jupyter notebook cell output section. My guess is that there is some dependency issue (eg older pandas version, etc).

@jinyang08
Copy link
Author

Hi @imatiach-msft thanks for answering. I don't see any error printed out. I tried it on my local computer with Jupyter and a databricks notebook, but both showed the same problem.

@imatiach-msft
Copy link
Contributor

Oh, this dashboard doesn't work on databricks, this is a duplicate of:
#944
That would explain the behavior you are seeing.
However, for local case it should work fine, but I can't reproduce the issue.
If you are still having problems in local case maybe we can have a call, otherwise I will close this issue. Please feel free to reopen if you need help to debug more.

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

No branches or pull requests

2 participants