| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
97a7c114ee
|
Issue58 (#59)
* iter per learner * code cleanup |
5 years ago |
|
|
4a8110c87b
|
pickle the AutoML object (#37)
* pickle the AutoML object * get best model per estimator * test deberta * stateless API * Add Gitter badge (#41) * prevent divide by zero * test roberta * BlendSearchTuner Co-authored-by: Chi Wang (MSR) <chiw@microsoft.com> Co-authored-by: The Gitter Badger <badger@gitter.im> |
5 years ago |
|
|
776aa55189
|
V0.2.2 (#19)
* v0.2.2 separate the HPO part into the module flaml.tune enhanced implementation of FLOW^2, CFO and BlendSearch support parallel tuning using ray tune add support for sample_weight and generic fit arguments enable mlflow logging Co-authored-by: Chi Wang (MSR) <chiw@microsoft.com> Co-authored-by: qingyun-wu <qw2ky@virginia.edu> |
5 years ago |
|
|
cb5ce4e3a6
|
v0.1.3 Set default logging level to INFO (#14)
* set default logging level to INFO * remove unnecessary import * API future compatibility * add test for customized learner * test dependency Co-authored-by: Chi Wang (MSR) <chiw@microsoft.com> |
5 years ago |
|
|
4ce908f42e
|
Fix #11; add tests for training log and python logger (#12) | 5 years ago |