.. _impute_examples:

Impute
----------------------------------------------------------------------

Examples related to the :py:mod:`~scikitplot.impute` submodule
with a scikit-learn regressor (e.g., :py:class:`~sklearn.linear_model.LinearRegression`) instance.

.. seealso::
    * `Houses Prices Tree Based Models (pickling ANNImputer) <https://www.kaggle.com/code/clkmuhammed/houses-prices-tree-based-models>`_

.. prompt:: bash $

    # 💡impute may need voyager
    pip install scikitplot[core]

    # (Optionally)
    # !pip install voyager
