From 31a247b7a9f44b1fbb71c5a35c10fb71b8bcca5f Mon Sep 17 00:00:00 2001 From: chicm-ms <38930155+chicm-ms@users.noreply.github.com> Date: Fri, 8 May 2020 18:21:22 +0800 Subject: [PATCH] Fix random tuner document (#2346) --- docs/en_US/Tuner/BuiltinTuner.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/en_US/Tuner/BuiltinTuner.md b/docs/en_US/Tuner/BuiltinTuner.md index 7b035d7ca7..2cff5cded3 100644 --- a/docs/en_US/Tuner/BuiltinTuner.md +++ b/docs/en_US/Tuner/BuiltinTuner.md @@ -68,10 +68,6 @@ tuner: Random search is suggested when each trial does not take very long (e.g., each trial can be completed very quickly, or early stopped by the assessor), and you have enough computational resources. It's also useful if you want to uniformly explore the search space. Random Search can be considered a baseline search algorithm. [Detailed Description](./HyperoptTuner.md) -**classArgs Requirements:** - -* **optimize_mode** (*maximize or minimize, optional, default = maximize*) - If 'maximize', the tuner will try to maximize metrics. If 'minimize', the tuner will try to minimize metrics. - **Example Configuration:** ```yaml