.. _mlflow_examples:

MLflow
----------------------------------------------------------------------

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

.. prompt:: bash $

    # 💡mlflow Need mlflow
    pip install scikitplot[mlflow]

    # (Recommended)
    # !pip install mlflow
