Skip to content

Commit 7dd89f8

Browse files
committed
[DOC] change formatting + key features
1 parent c24558d commit 7dd89f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pip install hyperactive[all_extras] # Everything including Optuna
114114
<sub>GFO algorithms, Optuna samplers, and sklearn search methods through one unified API.</sub>
115115
</td>
116116
<td width="33%">
117-
<a href="https://hyperactive.readthedocs.io/en/latest/api_reference.html"><b>Production Ready</b></a><br>
117+
<a href="https://hyperactive.readthedocs.io/en/latest/api_reference.html"><b>Stable & Tested</b></a><br>
118118
<sub>5+ years of development, comprehensive test coverage, and active maintenance since 2019.</sub>
119119
</td>
120120
</tr>
@@ -236,7 +236,7 @@ print(f"Test accuracy: {tuned_svc.score(X_test, y_test):.3f}")
236236

237237
</details>
238238

239-
<br>
239+
240240

241241
<details>
242242
<summary><b>Bayesian Optimization</b></summary>
@@ -268,7 +268,7 @@ best_params = optimizer.solve()
268268

269269
</details>
270270

271-
<br>
271+
272272

273273
<details>
274274
<summary><b>Particle Swarm Optimization</b></summary>
@@ -295,7 +295,7 @@ best_params = optimizer.solve()
295295

296296
</details>
297297

298-
<br>
298+
299299

300300
<details>
301301
<summary><b>Experiment Abstraction with SklearnCvExperiment</b></summary>
@@ -336,7 +336,7 @@ best_params = optimizer.solve()
336336

337337
</details>
338338

339-
<br>
339+
340340

341341
<details>
342342
<summary><b>Optuna Backend (TPE)</b></summary>
@@ -364,7 +364,7 @@ best_params = optimizer.solve()
364364

365365
</details>
366366

367-
<br>
367+
368368

369369
<details>
370370
<summary><b>Time Series Forecasting with sktime</b></summary>
@@ -392,7 +392,7 @@ print(f"Best params: {tuned_forecaster.best_params_}")
392392

393393
</details>
394394

395-
<br>
395+
396396

397397
<details>
398398
<summary><b>PyTorch Neural Network Tuning</b></summary>

0 commit comments

Comments
 (0)