Skip to content

Commit be87a19

Browse files
committed
Remove documentations for chocolate suggestion service
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 185c954 commit be87a19

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

content/en/docs/components/katib/experiment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ use when combinatorial exploration is not possible. If the number of continuous
282282
variables is high, you should use quasi random sampling instead.
283283

284284
Katib uses the [Hyperopt](http://hyperopt.github.io/hyperopt/),
285-
[Goptuna](https://github.com/c-bata/goptuna),
286-
[Chocolate](https://chocolate.readthedocs.io) or
285+
[Goptuna](https://github.com/c-bata/goptuna) or
287286
[Optuna](https://github.com/optuna/optuna) optimization
288287
framework for its random search.
289288

@@ -325,8 +324,7 @@ steps, making it a good choice when the time to
325324
complete the evaluation of a parameter configuration is long.
326325

327326
Katib uses the
328-
[Scikit-Optimize](https://github.com/scikit-optimize/scikit-optimize) or
329-
[Chocolate](https://chocolate.readthedocs.io) optimization framework
327+
[Scikit-Optimize](https://github.com/scikit-optimize/scikit-optimize) optimization framework
330328
for its Bayesian search. Scikit-Optimize is also known as `skopt`.
331329

332330
Katib supports the following algorithm settings:

content/en/docs/components/katib/katib-config.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@ any other settings, a default value is set automatically.
182182
<td><code>random</code>, <code>tpe</code></td>
183183
<td><a href="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/hyperopt/hyperopt">Hyperopt</a> optimization framework</td>
184184
</tr>
185-
<tr>
186-
<td><code>suggestion-chocolate</code></td>
187-
<td><code>grid</code>, <code>random</code>, <code>quasirandom</code>, <code>bayesianoptimization</code>, <code>mocmaes</code></td>
188-
<td><a href="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/AIworx-Labs/chocolate">Chocolate</a> optimization framework</td>
189-
</tr>
190185
<tr>
191186
<td><code>suggestion-skopt</code></td>
192187
<td><code>bayesianoptimization</code></td>

0 commit comments

Comments
 (0)