Commit Graph
495 Commits
Author SHA1 Message Date
9f3570828a [tune] move jenkins tests to travis (#9609)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-24 21:22:54 -07:00
ad0219b80d [tune] fix pbt checkpoint_freq (#9517)
* Only delete old checkpoint if it is not the same as the new one

* Return early if old checkpoint value coincides with new checkpoint value

Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-18 00:58:16 -07:00
Richard LiawandGitHub ed476be4ad quickfix (#9552) 2020-07-17 20:54:03 -07:00
TomandGitHub cf719dd470 [Tune] Copy default_columns in new ProgressReporter instances (#9537) 2020-07-17 15:44:38 -07:00
87630cf024 [tune] Unflattened lookup for ProgressReporter (#9525)
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-17 13:52:54 -07:00
5a40299d42 [tune] extend PTL template (GPU, typing fixes, tensorboard) (#9451)
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-15 10:30:20 -07:00
Michael MuiandGitHub e93cde8c66 [tune] Issue 8821: ExperimentAnalysis doesn't expand user (#9461) 2020-07-14 13:53:37 -07:00
deba082cb4 [tune] PyTorch CIFAR10 example (#9338)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-13 23:16:05 -07:00
Amog KamsettyandGitHub 4454d05bcf [Tune] Trainable documentation fix (#9448) 2020-07-13 13:15:01 -07:00
Nicolaus93andGitHub b5a6c57295 [tune] handling nan values (#9381) 2020-07-12 17:08:36 -07:00
Hao ChenandGitHub d49dadf891 Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
139d21e068 [tune] Docs for tune-sklearn (#9129)
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
2020-07-06 15:35:10 -07:00
Richard LiawandGitHub b71c912da7 [tune] Fix up examples (#9201) 2020-07-05 01:16:20 -07:00
David FidalgoandGitHub c0ba337fe0 [tune] Add np.bool8 and np.int to allowed HPARAMS types (#9297) 2020-07-03 18:34:45 -07:00
Richard LiawandGitHub d35f0e40d0 [tune] Use public methods for trainable (#9184) 2020-07-01 11:00:00 -07:00
e0b6984dce [tune] pytorch lightning template and walkthrough (#9151)
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-06-29 16:52:07 -07:00
mehrdadnandGitHub 898e472425 Make test_utils.py use pipes to avoid file access conflicts on Windows (#9072)
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-27 22:33:45 +02:00
22ea8dde84 [Tune] Added XGBoost tutorial and template (#9060)
* Added XGBoost tutorial and template

* XGBoost tutorial: Cut some clutter

* Apply suggestions from code review

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Added XGboost logo

* Fixed further references

Co-authored-by: Kai Fricke <kai@anyscale.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-25 15:59:54 -07:00
mehrdadnandGitHub 07655036d2 [tune] os.replace() instead of os.rename() for cross-platform (#9141)
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-25 12:30:51 -07:00
Ian RodneyandGitHub b942bcd798 [Tune] remove whitelist from deep_copy (#8997) 2020-06-22 15:02:27 -07:00
Vishnu DevaandGitHub 432ce1be50 [tune] fix for sync_on_checkpoint bug (#9057)
* #9056 fix for sync_on_checkpoint bug

* fix for failing checks

* update help string
2020-06-21 01:07:11 -07:00
Richard LiawandGitHub e6ee39a6a3 [tune] checkpoint_dir test (#8024) 2020-06-20 17:56:24 -07:00
mehrdadnandGitHub 981f67bfb0 Fix more Windows issues (#9011)
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-19 18:51:45 -07:00
6c49c01837 [tune] Function API checkpointing (#8471)
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
2020-06-15 10:42:54 -07:00
Jack CarreiraandGitHub 19cc1ae781 [docs] Tune Search: Wrong parameter name (#8927) 2020-06-13 18:01:22 -07:00
5c56760fac [tune] np.array compat for logger (#8918)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-12 16:39:01 -07:00
060e524c92 [tune] Parameter columns can now be specified in tune reporters (#8802)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-06-11 11:30:25 -07:00
Sumanth RatnaandGitHub 57212254e6 Fix dragonfly install instructions (#8866) 2020-06-09 13:05:04 -07:00
Richard LiawandGitHub fc54dc8652 [tune] Make test_api faster (#8844) 2020-06-09 12:45:27 -07:00
Richard LiawandGitHub d7b64ef279 [tune] BayesOpt - finish early when optimizer converges (#8808) 2020-06-09 12:09:39 -07:00
mehrdadnandGitHub f93bb008bb Change os.uname()[1] and socket.gethostname() to the portable and faster platform.node_ip() (#8839)
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-08 21:29:46 -07:00
Anil ChoudharyandGitHub 1dda659918 [tune]TrialRunner wait on global checkpoint syncdown (#8798) 2020-06-05 10:39:59 -07:00
Amog KamsettyandGitHub 9410e5884d [Tune] Parametrize Cloud Syncing Frequency (#8771) 2020-06-04 18:55:50 -07:00
f4ee3e76d8 [tune] last-n-avg
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-06-02 20:06:04 -07:00
Edward OakesandGitHub ae312af435 Remove accidental passes in rllib, tune (#8742) 2020-06-02 12:29:17 -05:00
Sven MikaandGitHub d483ed28ba [RLlib] Fix broken tune tests in master due to framework=auto errors. (#8672) 2020-05-29 11:55:47 +02:00
Luca CappellettiandGitHub 822de1b7f7 [Tune] Introduced preliminary random search to BayesOpt (#8541) 2020-05-23 12:20:43 -07:00
Sven MikaandGitHub 3a234ed9e3 [RLlib] Error: "Unknown trainable [some rllib algo name]" (#8525) 2020-05-21 08:59:32 +02:00
Luca CappellettiandGitHub c9898eff24 [Tune] Added method to integrate previous analysis in BO (#8486) 2020-05-19 23:26:43 -07:00
Luca CappellettiandGitHub 5b330de182 [Tune] Introduced patience to early stopping (#8484) 2020-05-18 13:12:16 -07:00
Luca CappellettiandGitHub d1ef70da16 [Tune] Added default values for utility kwargs (#8488) 2020-05-18 13:10:43 -07:00
Richard LiawandGitHub 87cbf2aedd [docs][tune] Make search algorithm, scheduler docs better! (#8179) 2020-05-17 12:19:44 -07:00
Luca CappellettiandGitHub 2ff26f13d2 [tune] Added EarlyStopping and relative test suite (#8459) 2020-05-17 12:18:59 -07:00
Edward OakesandGitHub 16f48078d9 Remove use of ObjectID transport flag (#7699) 2020-05-17 11:29:49 -05:00
Richard LiawandGitHub 67c01455fe [tune] tune.track -> tune.report (#8388) 2020-05-16 12:55:08 -07:00
Sven MikaandGitHub c9435cad43 WIP. (#8456)
Fix multi-GPU histogram metrics for > 0D tensors.
2020-05-15 21:43:27 +02:00
krfrickeandGitHub 4633d81c39 [tune] added average scope to experiment analysis (#8445) 2020-05-14 15:20:43 -07:00
Thomas LecatandGitHub 4421f3a000 [tune] Close loggers after updating trial (#8307) (#8366) 2020-05-09 13:26:59 -07:00
Eric LiangandGitHub 1126fe4d23 [tune] Add UUID back to trial names (#8377) 2020-05-08 20:20:36 -07:00
Richard LiawandGitHub 40dfb337bf [tune] Hotfix Ax breakage when fixing backwards-compat (#8285) 2020-05-02 20:42:50 -07:00