From 724f9ba8d2382eaf7ca72762ba3030cd3120db9d Mon Sep 17 00:00:00 2001 From: Jactus Date: Sun, 9 May 2021 17:52:18 +0800 Subject: [PATCH] Update stale bot --- .github/{ => workflows}/stale.yml | 0 docs/component/recorder.rst | 1 + 2 files changed, 1 insertion(+) rename .github/{ => workflows}/stale.yml (100%) diff --git a/.github/stale.yml b/.github/workflows/stale.yml similarity index 100% rename from .github/stale.yml rename to .github/workflows/stale.yml diff --git a/docs/component/recorder.rst b/docs/component/recorder.rst index 3882161bc..cc425fa8e 100644 --- a/docs/component/recorder.rst +++ b/docs/component/recorder.rst @@ -34,6 +34,7 @@ Here is a general view of the structure of the system: - Recorder 2 - ... - ... + This experiment management system defines a set of interface and provided a concrete implementation ``MLflowExpManager``, which is based on the machine learning platform: ``MLFlow`` (`link `_). If users set the implementation of ``ExpManager`` to be ``MLflowExpManager``, they can use the command `mlflow ui` to visualize and check the experiment results. For more information, pleaes refer to the related documents `here `_.