-
Notifications
You must be signed in to change notification settings - Fork 334
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: The condensed distance matrix must contain only finite values. #472
Comments
Thank you for reporting us this bug, we'll fix it soon. |
Hi, We have fix this issue, you can try with the new version of shapash 2.3.7 |
Hello @ThomasBouche , thanks for working on the issue. I am afraid the issue is still open. I have just faced the same problem using the version 2.3.7. I guess I understood the problem. The panda DataFrame received as Analyzing the |
Hello, Furthermore, in the context of a machine learning model, in what cases does a feature have constant values? |
Hi! I think I've run into the same issue. It seems to be triggered quite easily when there are a lot of NANs in the dataset. Are there any parameters I can set to skip this step? |
Hi I'm using generate report with a LGBMClassifier for a binary classification. My data has categoricals and missing values which lightgbm can handle natively. I'm able to get the dashboard to run however when I try to generate a report with the following code:
I get the following error:
Python version :
3.9.16
Shapash version :
2.3.5
Operating System :
Windows 10
The text was updated successfully, but these errors were encountered: