今天主要在確認flyte mlflow plugin程式碼,ray mlflow整合範例
https://github.com/flyteorg/flytekit/blob/master/plugins/flytekit-mlflow/flytekitplugins/mlflow/tracking.py#L105-L106
顯示目前flyte mlflow plugin限於現有框架,社群有寫入mlflow autolog支持的實作。
目前ray實做看起來是需要註冊,隨後使用mlflow預設的autolog。
https://docs.ray.io/en/latest/tune/api/doc/ray.air.integrations.mlflow.setup_mlflow.html#ray.air.integrations.mlflow.setup_mlflow
明天補上mlflow helm chart設定、mlflow + pyflyte 範例實作與將ray + pyflyte地端運行測試