Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dev/run-python-flavor-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export MLFLOW_HOME=$(pwd)

# TODO: Run tests for h2o, shap, and paddle in the cross-version-tests workflow
pytest \
tests/azureml \
tests/utils/test_model_utils.py \
tests/h2o \
tests/shap \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Command-Line Interface
======================

The MLflow command-line interface (CLI) provides a simple interface to various functionality in MLflow. You can use the CLI to run projects, start the tracking UI, create and list experiments, download run artifacts,
serve MLflow Python Function and scikit-learn models, and serve models on
serve MLflow Python Function and scikit-learn models, serve MLflow Python Function and scikit-learn models, and serve models on
`Microsoft Azure Machine Learning <https://azure.microsoft.com/en-us/services/machine-learning-service/>`_
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can still use the mlflow deployments CLI to deploy on AzureML after installing the azureml-mlflow plugin, so we should leave this here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted!

and `Amazon SageMaker <https://aws.amazon.com/sagemaker/>`_.

Expand Down
7 changes: 0 additions & 7 deletions docs/source/python_api/mlflow.azureml.rst

This file was deleted.

675 changes: 0 additions & 675 deletions mlflow/azureml/__init__.py

This file was deleted.

120 changes: 0 additions & 120 deletions mlflow/azureml/cli.py

This file was deleted.

8 changes: 0 additions & 8 deletions mlflow/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,14 +579,6 @@ def gc(older_than, backend_store_uri, run_ids):
except ImportError as e:
pass


try:
import mlflow.azureml.cli # pylint: disable=unused-import

cli.add_command(mlflow.azureml.cli.commands)
except ImportError as e:
pass

try:
import mlflow.sagemaker.cli # pylint: disable=unused-import

Expand Down
5 changes: 3 additions & 2 deletions mlflow/deployments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""
Exposes functionality for deploying MLflow models to custom serving tools.

Note: model deployment to AWS Sagemaker and AzureML can currently be performed via the
:py:mod:`mlflow.sagemaker` and :py:mod:`mlflow.azureml` modules, respectively.
Note: model deployment to AWS Sagemaker can currently be performed via the
:py:mod:`mlflow.sagemaker` module. Model deployment to Azure can be performed by using the
`azureml library <https://pypi.org/project/azureml-mlflow/>`_.

MLflow does not currently provide built-in support for any other deployment targets, but support
for custom targets can be installed via third-party plugins. See a list of known plugins
Expand Down
2 changes: 0 additions & 2 deletions requirements/extra-ml-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## This file describes extra ML library dependencies that you, as an end user,
## must install in order to use various MLflow Python modules.
##
# Required by mlflow.azureml
azureml-sdk==1.2.0
# Required by mlflow.keras
keras
# Required by mlflow.sklearn
Expand Down
Empty file removed tests/azureml/__init__.py
Empty file.
Loading