.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/plot/plot_splice.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_plot_plot_splice.py: Splice dataset visualization ========================================== A nice illustration of the mosaic plot. .. GENERATED FROM PYTHON SOURCE LINES 6-15 .. rst-class:: sphx-glr-horizontal * .. image:: /auto_examples/plot/images/sphx_glr_plot_splice_001.png :alt: Target distribution :class: sphx-glr-multi-img * .. image:: /auto_examples/plot/images/sphx_glr_plot_splice_002.png :alt: Categorical Features vs Target, attribute_30, attribute_29, attribute_32, attribute_31, attribute_35, attribute_28, attribute_33, attribute_34, attribute_25, attribute_26 :class: sphx-glr-multi-img .. rst-class:: sphx-glr-script-out Out: .. code-block:: none /home/circleci/miniconda/envs/testenv/lib/python3.9/site-packages/sklearn/datasets/_openml.py:404: UserWarning: Multiple active versions of the dataset matching the name splice exist. Versions may be fundamentally different, returning version 1. warn("Multiple active versions of the dataset matching the name" Target looks like classification Showing only top 10 of 60 categorical features /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( /home/circleci/project/dabl/plot/utils.py:374: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels( | .. code-block:: default # sphinx_gallery_thumbnail_number = 2 import matplotlib.pyplot as plt from sklearn.datasets import fetch_openml from dabl import plot X, y = fetch_openml('splice', as_frame=True, return_X_y=True) plot(X, y) plt.show() .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 7.346 seconds) .. _sphx_glr_download_auto_examples_plot_plot_splice.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_splice.py ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_splice.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_