-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
ConfusionMatrix visualizer error with sklearn models #1292
Comments
Hello @AmericaBG and thank you for using Yellowbrick. In order to help you, we will need you to provide information about your system and the package versions you are using locally, specifically:
If you could also provide your scikit-learn version, that would be very helpful. |
Hi Rebecca, thanks for your reply!
The info is as follow:
- Operating system: windows 10
- Python version: Anaconda, python 3.6.13
- Yellowbrick 1.2
- Scikit-learn 0.24.2
Thank you very much!!
El mié, 14 dic 2022 a las 15:55, Rebecca Bilbro ***@***.***>)
escribió:
… Hello @AmericaBG <https://github.com/AmericaBG> and thank you for using
Yellowbrick. In order to help you, we will need you to provide information
about your system and the package versions you are using locally,
specifically:
- Your operating system: [e.g. macOS]
- Your Python Version [e.g. 2.7, 3.6, miniconda]
- Your Yellowbrick Version [e.g. 0.7]
If you could also provide your scikit-learn version, that would be very
helpful.
—
Reply to this email directly, view it on GitHub
<#1292 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4YAXHJE5YZMCABLKOOLHDWNHNV5ANCNFSM6AAAAAAS6LLAF4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Use ClassificationReport instead but I cannot find where to edit can you help me with that? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I try to do a simple example like:
The following error raised: AttributeError: 'LogisticRegression' object has no attribute 'classes'
This type of confussion matrix visualization worked a few days ago, could it be due to incompatibility between library versions?
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: