Metadata-Version: 2.1
Name: mlflow-here-platform
Version: 1.0
Summary: MLflow plugin for the Here Platform.
Home-page: https://platform.here.com/
Author: HERE Global B.V. and its affiliate(s)
Author-email: sanjay.jain@here.com
License: HERE Proprietary License
Project-URL: Source, ssh://git@main.gitlab.in.here.com:3389/sdk/mlflow-here-platform.git
Platform: UNKNOWN
Requires-Dist: mlflow
Requires-Dist: nagini (>=1.5)

# mlflow-here-platform

An MLFlow plugin for using MLflow with the Here Platform.

Dependencies:
Catalog and Layers are already created.

Catalog Name: Any valid catalog name.

Layer Details:
Layername, Layertype, attribute1, type, attribute2, type, attribute3, type
tracking-index-uuid, index, ingestion_time, timewindow(10 min), experiment_id, string, experiment_name, string
tracking-index-run, index, start_time, timewindow(10 min), run_id, string, experiment_id, string

For mlflow cli:
set MLFLOW_TRACKING_URI=here-platform://catalog/<catalog_hrn>

For mlflow ui:
mlflow ui --backend-store-uri here-platform://catalog/<catalog_hrn>


