Logo
Explore Help
Register Sign In
yujunjun/autogen
1
0
Fork 0
You've already forked autogen
mirror of https://github.com/microsoft/autogen.git synced 2025-11-04 11:49:45 +00:00
Code Issues Packages Projects Releases Wiki Activity
autogen/flaml/tune/__init__.py

8 lines
336 B
Python
Raw Normal View History

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>
2021-02-05 21:41:14 -08:00
try:
from ray.tune import (uniform, quniform, choice, randint, qrandint, randn,
Issue58 (#59) * iter per learner * code cleanup
2021-04-08 09:29:55 -07:00
qrandn, loguniform, qloguniform)
except ImportError:
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>
2021-02-05 21:41:14 -08:00
from .sample import (uniform, quniform, choice, randint, qrandint, randn,
Issue58 (#59) * iter per learner * code cleanup
2021-04-08 09:29:55 -07:00
qrandn, loguniform, qloguniform)
from .tune import run, report
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 436ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API