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.azureml
- mlflow.catboost
- mlflow.deployments
- mlflow.entities
- mlflow.fastai
- mlflow.gluon
- mlflow.h2o
- mlflow.keras
- mlflow.lightgbm
- mlflow.mleap
- mlflow.models
- mlflow.onnx
- mlflow.paddle
- 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.tracking
- mlflow.types
- mlflow.xgboost
See also the index of all functions and classes.