* 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>
This commit is contained in:
Chi Wang
2021-02-05 21:41:14 -08:00
committed by GitHub
parent 53e300ae02
commit 776aa55189
41 changed files with 7721 additions and 2850 deletions

View File

@@ -38,6 +38,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[test]
- name: If linux or max, install ray
if: matrix.os == 'macOS-latest' or 'ubuntu-latest'
run: |
pip install -e .[ray]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names