Kai Fricke
|
7364a7a327
|
[tune] Move Optuna to ask(fixed_distributions) interface (#14731)
Adjusting to changes in Optuna 2.6.0. Old interface was marked as deprecated.
|
2021-03-22 12:25:37 +01:00 |
|
Richard Liaw
|
c2aeccaf14
|
[tune] revert all mnist tests (#14677)
This reverts commit 3f557348a2 .
|
2021-03-14 23:58:13 -07:00 |
|
Richard Liaw
|
3f557348a2
|
[tune] re-enable MNIST tests! (#14561)
|
2021-03-12 13:35:43 -08:00 |
|
Richard Liaw
|
d92c00e233
|
Pin autogluon.core for builds (#14448)
|
2021-03-02 15:55:03 -08:00 |
|
Kai Fricke
|
47603045f9
|
[tune] Move Optuna to ask/tell interface (#14387)
|
2021-03-02 15:35:11 -08:00 |
|
dependabot[bot]
|
cda4ad044a
|
[tune](deps): Bump mlflow from 1.13.1 to 1.14.0 in /python/requirements (#14396)
Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/mlflow/mlflow/compare/v1.13.1...v1.14.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 12:28:15 +01:00 |
|
dependabot[bot]
|
c925e8d14c
|
[tune](deps): Bump ax-platform in /python/requirements (#14398)
Bumps [ax-platform](https://github.com/facebook/Ax) from 0.1.19 to 0.1.20.
- [Release notes](https://github.com/facebook/Ax/releases)
- [Changelog](https://github.com/facebook/Ax/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/Ax/compare/0.1.19...v0.1.20)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 12:27:45 +01:00 |
|
dependabot[bot]
|
aa36a6622d
|
[tune](deps): Bump xgboost in /python/requirements (#14225)
Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.3.0.post0 to 1.3.3.
- [Release notes](https://github.com/dmlc/xgboost/releases)
- [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
- [Commits](https://github.com/dmlc/xgboost/commits/v1.3.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-02-24 13:43:19 -08:00 |
|
dependabot[bot]
|
94d9e0f35d
|
[tune](deps): Bump torchvision from 0.8.1 to 0.8.2 in /python/requirements (#14226)
* [tune](deps): Bump torchvision in /python/requirements
Bumps [torchvision](https://github.com/pytorch/vision) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/compare/v0.8.1...v0.8.2)
Signed-off-by: dependabot[bot] <support@github.com>
* Update requirements_tune.txt
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
|
2021-02-24 16:36:12 +01:00 |
|
dependabot[bot]
|
49c901e33d
|
[tune](deps): Bump wandb from 0.10.12 to 0.10.19 in /python/requirements (#14224)
Bumps [wandb](https://github.com/wandb/client) from 0.10.12 to 0.10.19.
- [Release notes](https://github.com/wandb/client/releases)
- [Changelog](https://github.com/wandb/client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wandb/client/compare/v0.10.12...v0.10.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-02-22 14:54:09 -08:00 |
|
dependabot[bot]
|
323c7da70c
|
[tune](deps): Bump matplotlib from 3.3.3 to 3.3.4 in /python/requirements (#14087)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.3.3...v3.3.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-02-17 19:31:07 -08:00 |
|
Amog Kamsetty
|
be7114639d
|
[Tune] Update Transformers Example (#14150)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-6-151.us-west-2.compute.internal>
|
2021-02-17 18:37:27 -08:00 |
|
Antoni Baum
|
58d7398246
|
[Tune] Add HEBOSearch Searcher (#13863)
* HEBO first pass
* Fix bad quotes
* Fixes
* Reproductibility
* Update python/ray/tune/suggest/hebo.py
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
* Add hebo_example.py to BUILD
* Nit
* Update to pypi package
* Alphabetical HEBO requirement
* Fix syntax error
* Fix wrong space in hebo example
* Move validate_warmstart to utils
* Space assertion in HEBO
* Comment
* Apply suggestions from code review
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
* Formatting
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
|
2021-02-17 22:53:10 +01:00 |
|
dependabot[bot]
|
67bdccca41
|
[tune](deps): Bump smart-open from 4.0.1 to 4.2.0 in /python/requirements (#14158)
Bumps [smart-open](https://github.com/piskvorky/smart_open) from 4.0.1 to 4.2.0.
- [Release notes](https://github.com/piskvorky/smart_open/releases)
- [Changelog](https://github.com/RaRe-Technologies/smart_open/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/piskvorky/smart_open/compare/4.0.1...v4.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-02-17 12:03:22 -08:00 |
|
Amog Kamsetty
|
a430ac2334
|
[Tune] Revert Pinning Tune Dependencies (#14059)
* remove lockfiles
* docker
* remove constraint file
* fix
|
2021-02-11 15:43:09 -08:00 |
|
Barak Michener
|
26ba95e96d
|
[python/ray]: add cloudpickle dependency (#13838)
Change-Id: I248a2174c27cacb84a1cf0fd1feaa99535a90b71
|
2021-02-01 15:27:39 -08:00 |
|
dependabot[bot]
|
148b1022d6
|
[tune](deps): Bump autogluon-core in /python/requirements (#13698)
Bumps [autogluon-core](https://github.com/awslabs/autogluon) from 0.0.16b20210122 to 0.0.16b20210125.
- [Release notes](https://github.com/awslabs/autogluon/releases)
- [Changelog](https://github.com/awslabs/autogluon/blob/master/docs/ReleaseInstructions.md)
- [Commits](https://github.com/awslabs/autogluon/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-01-26 11:32:56 +01:00 |
|
dependabot[bot]
|
ef1f7e4d42
|
[tune](deps): Bump smart-open[s3] in /python/requirements (#13699)
Bumps [smart-open[s3]](https://github.com/piskvorky/smart_open) from 4.0.1 to 4.1.2.
- [Release notes](https://github.com/piskvorky/smart_open/releases)
- [Changelog](https://github.com/RaRe-Technologies/smart_open/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/piskvorky/smart_open/compare/4.0.1...v4.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-01-26 11:32:17 +01:00 |
|
dependabot[bot]
|
0d75f37c1f
|
[tune](deps): Bump distributed in /python/requirements (#13643)
Bumps [distributed](https://github.com/dask/distributed) from 2020.12.0 to 2021.1.1.
- [Release notes](https://github.com/dask/distributed/releases)
- [Changelog](https://github.com/dask/distributed/blob/master/docs/release-procedure.md)
- [Commits](https://github.com/dask/distributed/compare/2020.12.0...2021.01.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-01-26 00:03:38 +01:00 |
|
Kai Fricke
|
17760e1510
|
[tune] update Optuna integration to 2.4.0 API (#13631)
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
|
2021-01-23 00:32:37 -08:00 |
|
Amog Kamsetty
|
25e1b78eed
|
[Dependencies] Move requirements.txt to requirements directory. (#13636)
|
2021-01-22 16:29:05 -08:00 |
|
Amog Kamsetty
|
ccc901f662
|
add 3.8 (#13608)
|
2021-01-21 16:38:51 -08:00 |
|
Amog Kamsetty
|
07e97fe4c2
|
[xgb] re-enable xgboost_ray tests (#13416)
* re-enable
* fix
* update xgb_ray version
|
2021-01-14 22:14:44 +01:00 |
|
Amog Kamsetty
|
3f42e6bafe
|
[Tune] Pin Transitive Dependencies (#13358)
|
2021-01-13 19:10:21 -08:00 |
|
dependabot[bot]
|
300a22d8f7
|
[tune](deps): Bump gluoncv from 0.9.0 to 0.9.1 in /python/requirements (#13287)
|
2021-01-08 11:42:58 -08:00 |
|
dependabot[bot]
|
3569b78237
|
[tune](deps): Bump mlflow from 1.13.0 to 1.13.1 in /python/requirements (#13286)
|
2021-01-08 11:42:18 -08:00 |
|
Amog Kamsetty
|
43f70faa25
|
[Tune] Pin Tune Dependencies (#13027)
Co-authored-by: Ian <ian.rodney@gmail.com>
|
2021-01-07 14:03:06 -08:00 |
|