yellowbrick
yellowbrick copied to clipboard
Visual analysis and diagnostic tools to facilitate machine learning model selection.
**Describe the bug** Silhouette score and its visualization can be calculated for Gaussian Mixture Model outputs, while this library currently does not support this. **To Reproduce** I used the example...
**Describe the bug** The PredictionError can't be visualized due to the dim error. **To Reproduce** I use the following code: ```python visualizer = PredictionError(model) self.y_test = self.y_test.squeeze() visualizer.fit(self.x_train, self.y_train) visualizer.score(self.x_test,...
**Describe the bug** I drew RadViz for below DataFrame (below dataset) below error occured (refer to python code) I think this is becoz of below code [radviz.py]  **y[i]** should...
**Describe the bug** I recieve the error: 'Axes.stem() got an unexpected keyword argument 'use_line_collection' **To Reproduce** import os import pandas as pd from yellowbrick.regressor import CooksDistance df = pd.read_csv('Advertising.csv') X...
**Describe the bug** The same classes passed through sklearn label encoder are shown inverted in classification report. I tried the same with confusion matrix and classes are correctly shown **To...
It appears that districtdatalabs is unreachable when appempting to install via conda conda install -c districtdatalabs yellowbrick requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://conda.anaconda.org/districtdatalabs/linux-64/current_repodata.json conda config --show channels...
**Question** Why no new commits since 05-Jul-2023? Why no new version?
We received notification from Read the Docs that they are deprecating Sphinx context injection at build time. This PR updates the Sphinx configuration in the `docs` per the instructions provided...
```bash $ pip list | grep scikit-learn scikit-learn 1.7.0 $ git clone https://github.com/DistrictDataLabs/yellowbrick.git Cloning into 'yellowbrick'... remote: Enumerating objects: 10868, done. remote: Counting objects: 100% (292/292), done. remote: Compressing objects:...
**Describe the solution you'd like** A clear and concise description of what you want to happen. **Is your feature request related to a problem? Please describe.** A clear and concise...