Skip to content

Commit 7f42bec

Browse files
Bump algoliasearch-helper from 3.11.1 to 3.26.0 in /website (#1461)
* Bump algoliasearch-helper from 3.11.1 to 3.26.0 in /website Bumps [algoliasearch-helper](https://github.com/algolia/instantsearch) from 3.11.1 to 3.26.0. - [Release notes](https://github.com/algolia/instantsearch/releases) - [Commits](https://github.com/algolia/instantsearch/commits/algoliasearch-helper@3.26.0) --- updated-dependencies: - dependency-name: algoliasearch-helper dependency-version: 3.26.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Fix format error * Fix format error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Li Jiang <lijiang1@microsoft.com>
1 parent e191074 commit 7f42bec

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ automl.fit(X_train, y_train, task="classification", estimator_list=["lgbm"])
111111

112112
```python
113113
from flaml import tune
114-
tune.run(evaluation_function, config={…}, low_cost_partial_config={…}, time_budget_s=3600)
114+
115+
tune.run(
116+
evaluation_function, config={…}, low_cost_partial_config={…}, time_budget_s=3600
117+
)
115118
```
116119

117120
- [Zero-shot AutoML](https://microsoft.github.io/FLAML/docs/Use-Cases/Zero-Shot-AutoML) allows using the existing training API from lightgbm, xgboost etc. while getting the benefit of AutoML in choosing high-performance hyperparameter configurations per task.

website/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,9 +2634,9 @@ ajv@^8.0.0, ajv@^8.8.0:
26342634
uri-js "^4.2.2"
26352635

26362636
algoliasearch-helper@^3.5.5:
2637-
version "3.11.1"
2638-
resolved "https://registry.npmmirror.com/algoliasearch-helper/-/algoliasearch-helper-3.11.1.tgz#d83ab7f1a2a374440686ef7a144b3c288b01188a"
2639-
integrity sha512-mvsPN3eK4E0bZG0/WlWJjeqe/bUD2KOEVOl0GyL/TGXn6wcpZU8NOuztGHCUKXkyg5gq6YzUakVTmnmSSO5Yiw==
2637+
version "3.26.0"
2638+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.26.0.tgz#d6e283396a9fc5bf944f365dc3b712570314363f"
2639+
integrity sha512-Rv2x3GXleQ3ygwhkhJubhhYGsICmShLAiqtUuJTUkr9uOCOXyF2E71LVT4XDnVffbknv8XgScP4U0Oxtgm+hIw==
26402640
dependencies:
26412641
"@algolia/events" "^4.0.1"
26422642

0 commit comments

Comments
 (0)