GitBook: [#2] Changed MlFlow to MLflow

This commit is contained in:
Parth Panchal 2021-12-15 06:14:44 +00:00 committed by gitbook-bot
parent 31497d108a
commit a31ff291d4
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 5 additions and 6 deletions

View File

@ -17,7 +17,7 @@
* [Kafka](openmetadata/connectors/kafka.md) * [Kafka](openmetadata/connectors/kafka.md)
* [Looker](openmetadata/connectors/looker.md) * [Looker](openmetadata/connectors/looker.md)
* [MariaDB](connectors/mariadb.md) * [MariaDB](connectors/mariadb.md)
* [MlFlow](connectors/mlflow.md) * [MLflow](connectors/mlflow.md)
* [MsSQL](openmetadata/connectors/mssql.md) * [MsSQL](openmetadata/connectors/mssql.md)
* [MySQL](openmetadata/connectors/mysql.md) * [MySQL](openmetadata/connectors/mysql.md)
* [Oracle](openmetadata/connectors/oracle.md) * [Oracle](openmetadata/connectors/oracle.md)

View File

@ -1,8 +1,8 @@
--- ---
description: This guide will help install the MlFlow connector and run it manually description: This guide will help install the MLflow connector and run it manually
--- ---
# MlFlow # MLflow
{% hint style="info" %} {% hint style="info" %}
**Prerequisites** **Prerequisites**
@ -43,12 +43,12 @@ metadata ingest -c ./examples/workflows/mlflow.json
``` ```
{% endcode %} {% endcode %}
1. **tracking\_uri** - MlFlow server containing the tracking information of runs and experiments ([docs](https://mlflow.org/docs/latest/tracking.html#)). 1. **tracking\_uri** - MLflow server containing the tracking information of runs and experiments ([docs](https://mlflow.org/docs/latest/tracking.html#)).
2. **registry\_uri** - Backend store where the Tracking Server stores experiment and run metadata ([docs](https://mlflow.org/docs/latest/tracking.html#id14)). 2. **registry\_uri** - Backend store where the Tracking Server stores experiment and run metadata ([docs](https://mlflow.org/docs/latest/tracking.html#id14)).
## Publish to OpenMetadata ## Publish to OpenMetadata
Below is the configuration to publish MlFlow data into the OpenMetadata service. Below is the configuration to publish MLflow data into the OpenMetadata service.
Add optionally `pii` processor and `metadata-rest` sink along with `metadata-server` config Add optionally `pii` processor and `metadata-rest` sink along with `metadata-server` config
@ -74,6 +74,5 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
} }
} }
} }
``` ```
{% endcode %} {% endcode %}