• MLflow 1.29.0
MLflow
  • Quickstart
  • Tutorials and Examples
  • Concepts
  • MLflow Tracking
  • MLflow Projects
  • MLflow Models
  • MLflow Model Registry
  • MLflow Pipelines (experimental)
  • MLflow Plugins
  • Command-Line Interface
  • Search Runs
  • Search Experiments
  • Python API
    • mlflow
    • mlflow.artifacts
    • mlflow.azureml
    • mlflow.catboost
    • mlflow.client
    • mlflow.deployments
    • mlflow.diviner
    • mlflow.entities
    • mlflow.environment_variables
    • mlflow.fastai
    • mlflow.gluon
    • mlflow.h2o
    • mlflow.keras
    • mlflow.lightgbm
    • mlflow.mleap
    • mlflow.models
    • mlflow.onnx
    • mlflow.paddle
    • mlflow.pipelines
    • mlflow.pmdarima
    • mlflow.projects
    • mlflow.prophet
    • mlflow.pyfunc
    • mlflow.pyspark.ml
    • mlflow.pytorch
    • mlflow.sagemaker
    • mlflow.shap
    • mlflow.sklearn
    • mlflow.spacy
    • mlflow.spark
    • mlflow.statsmodels
    • mlflow.tensorflow
    • mlflow.types
    • mlflow.xgboost
  • R API
  • Java API
  • REST API

Contribute

  • Documentation
  • Python API
  • Edit on GitHub

Python API

The MLflow Python API is organized into the following modules. The most common functions are exposed in the mlflow module, so we recommend starting there.

  • mlflow
  • mlflow.artifacts
  • mlflow.azureml
  • mlflow.catboost
  • mlflow.client
  • mlflow.deployments
  • mlflow.diviner
  • mlflow.entities
  • mlflow.environment_variables
  • mlflow.fastai
  • mlflow.gluon
  • mlflow.h2o
  • mlflow.keras
  • mlflow.lightgbm
  • mlflow.mleap
  • mlflow.models
  • mlflow.onnx
  • mlflow.paddle
  • mlflow.pipelines
    • Regression Pipeline
  • mlflow.pmdarima
  • mlflow.projects
  • mlflow.prophet
  • mlflow.pyfunc
    • Inference API
    • Filesystem format
      • MLModel configuration
    • Creating custom Pyfunc models
      • Workflows
      • Which workflow is right for my use case?
  • mlflow.pyspark.ml
  • mlflow.pytorch
  • mlflow.sagemaker
  • mlflow.shap
  • mlflow.sklearn
  • mlflow.spacy
  • mlflow.spark
  • mlflow.statsmodels
  • mlflow.tensorflow
  • mlflow.types
  • mlflow.xgboost

See also the index of all functions and classes.

Previous Next

© MLflow Project, a Series of LF Projects, LLC. All rights reserved.