From fa75284afcc240038c434931ab4f94a4039f603b Mon Sep 17 00:00:00 2001 From: Harutaka Kawamura Date: Wed, 5 Feb 2020 04:09:37 +0900 Subject: [PATCH] Add total downloads badge (#2387) * Add total downloads badge * Remove blank line --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 16a6ea18b5ec8..685f0571d9caf 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ currently run ML code (e.g. in notebooks, standalone applications or the cloud). you easily deploy the same model (from any ML library) to batch and real-time scoring on platforms such as Docker, Apache Spark, Azure ML and AWS SageMaker. -|docs| |travis| |pypi| |conda-forge| |cran| |maven| |license| +|docs| |travis| |pypi| |conda-forge| |cran| |maven| |license| |downloads| .. |docs| image:: https://img.shields.io/badge/docs-latest-success.svg :target: https://mlflow.org/docs/latest/index.html @@ -38,6 +38,9 @@ currently run ML code (e.g. in notebooks, standalone applications or the cloud). .. |license| image:: https://img.shields.io/badge/license-Apache%202-brightgreen.svg :target: https://github.com/mlflow/mlflow/blob/master/LICENSE.txt :alt: Apache 2 License +.. |downloads| image:: https://pepy.tech/badge/mlflow + :target: https://pepy.tech/project/mlflow + :alt: Total Downloads Installing ----------