.coveragerc
.flake8
.gitignore
CODE_OF_CONDUCT.md
LICENSE
NOTICE.md
README.md
SECURITY.md
setup.py
.github/workflows/python-package.yml
FLAML.egg-info/PKG-INFO
FLAML.egg-info/SOURCES.txt
FLAML.egg-info/dependency_links.txt
FLAML.egg-info/requires.txt
FLAML.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/images/BlendSearch.png
docs/images/CFO.png
docs/images/FLAML.png
docs/images/FLOW2.png
docs/images/heatmap_cost_cfo_12s.gif
docs/images/heatmap_loss_cfo_12s.gif
flaml/__init__.py
flaml/automl.py
flaml/config.py
flaml/data.py
flaml/ml.py
flaml/model.py
flaml/training_log.py
flaml/version.py
flaml/default/mine.py
flaml/nlp/README.md
flaml/nlp/__init__.py
flaml/nlp/autotransformers.py
flaml/nlp/utils.py
flaml/nlp/dataset/__init__.py
flaml/nlp/dataset/dataprocess_auto.py
flaml/nlp/dataset/metric_auto.py
flaml/nlp/dataset/sentence_keys_auto.py
flaml/nlp/dataset/submission_auto.py
flaml/nlp/dataset/task_auto.py
flaml/nlp/hpo/__init__.py
flaml/nlp/hpo/get_grid_search_space.py
flaml/nlp/hpo/grid_searchspace_auto.py
flaml/nlp/hpo/hpo_searchspace.py
flaml/nlp/hpo/scheduler_auto.py
flaml/nlp/hpo/searchalgo_auto.py
flaml/nlp/huggingface/__init__.py
flaml/nlp/huggingface/switch_head_auto.py
flaml/nlp/huggingface/trainer.py
flaml/nlp/result_analysis/__init__.py
flaml/nlp/result_analysis/azure_utils.py
flaml/nlp/result_analysis/wandb_utils.py
flaml/onlineml/README.md
flaml/onlineml/__init__.py
flaml/onlineml/autovw.py
flaml/onlineml/trial.py
flaml/onlineml/trial_runner.py
flaml/scheduler/__init__.py
flaml/scheduler/online_scheduler.py
flaml/scheduler/trial_scheduler.py
flaml/searcher/__init__.py
flaml/searcher/blendsearch.py
flaml/searcher/cfo_cat.py
flaml/searcher/flow2.py
flaml/searcher/online_searcher.py
flaml/searcher/search_thread.py
flaml/searcher/suggestion.py
flaml/searcher/variant_generator.py
flaml/tune/README.md
flaml/tune/__init__.py
flaml/tune/analysis.py
flaml/tune/cgmanifest.json
flaml/tune/result.py
flaml/tune/sample.py
flaml/tune/space.py
flaml/tune/trial.py
flaml/tune/trial_runner.py
flaml/tune/tune.py
notebook/automl_in_sklearn_pipeline.ipynb
notebook/flaml_automl.ipynb
notebook/flaml_autovw.ipynb
notebook/flaml_azureml.ipynb
notebook/flaml_finetune_transformer.ipynb
notebook/flaml_forecast.ipynb
notebook/flaml_lightgbm.ipynb
notebook/flaml_xgboost.ipynb
notebook/research/acl2021.ipynb
test/__init__.py
test/automl_new.py
test/run_electra.py
test/run_tune.py
test/test_automl.py
test/test_autovw.py
test/test_forecast.py
test/test_notebook_example.py
test/test_python_log.py
test/test_pytorch_cifar10.py
test/test_restore.py
test/test_split.py
test/test_training_log.py
test/test_version.py
test/test_xgboost2d.py
test/test_xgboost2d_sample_size.py
test/hf/test_cover_azure.py
test/hf/test_cover_other.py
test/hf/test_deberta.py
test/hf/test_distillbert.py
test/hf/test_electra.py
test/hf/test_mobilebert.py
test/hf/test_roberta.py
test/nni/config.yml
test/nni/flaml_nni_wrap.py
test/nni/mnist.py
test/nni/search_space.json
test/tune/__init__.py
test/tune/example.py
test/tune/opt.py
test/tune/test_sample.py
test/tune/test_searcher.py
test/tune/test_tune.py