Zvi Baratz
fefdb48ef3
Fix automl settings in scikit-learn pipeline integration example ( #602 )
* Added test directory and core file to gitignore.
Closes #601 .
* Fixed pipeline fit parameters.
Closes #600 .
* Reverted changes to gitignore.
4 years ago
Chi Wang
c45741a67b
support latest xgboost version ( #599 )
* support latest xgboost version
* Update test_classification.py
* Update
Exists problems when installing xgb1.6.1 in py3.6
* cleanup
* xgboost version
* remove time_budget_s in test
* remove redundancy
* stop support of python 3.6
Co-authored-by: zsk <shaokunzhang529@gmail.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
4 years ago
Xueqing Liu
4c044e88bd
Update documentation for NLP ( #594 )
* Update Installation.md
4 years ago
daniel-555
40a86a5941
Modified setup instructions ( #593 )
4 years ago
Prajwal Borkar
18f692281a
Updated doc ( #572 )
* Update website/docs/FAQ.md
4 years ago
Chi Wang
c9bac02ea4
add zeroshot notebook ( #569 )
* add zeroshot notebook
4 years ago
Xueqing Liu
9d164a0119
Update fit_kwargs_by_estimator example in Task-Oriented-AutoML.md ( #561 )
* Update Task-Oriented-AutoML.md
4 years ago
Chi Wang
1af682b7f5
update doc about scheduler exception ( #564 )
* update doc about scheduler exception
* remove assert
4 years ago
Xueqing Liu
927a4eeae5
Update documentation for FAQ about how to handle imbalanced data ( #560 )
* Update website/docs/FAQ.md
4 years ago
Chi Wang
49e8f7f028
use zeroshot when no budget is given; custom_hp ( #563 )
* use zeroshot when no budget is given; custom_hp
* update Getting-Started
* protobuf version
* X_val
4 years ago
Chi Wang
7748e0ff49
Update Tune-User-Defined-Function.md ( #562 )
Added one more use case of tune.
4 years ago
Qingyun Wu
dcc640c1a3
Documentation, test and bugfix ( #556 )
* add bs restore test
* use default metric when not provided
* update documentation
* remove print
* period
* remove bs restore test
* Update website/docs/Use-Cases/Task-Oriented-AutoML.md
4 years ago
Qingyun Wu
bcdfdc8735
handle non-flaml scheduler in flaml.tune ( #532 )
* handle non-flaml scheduler in flaml.tune
* revise time budget
* Update website/docs/Use-Cases/Tune-User-Defined-Function.md
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update website/docs/Use-Cases/Tune-User-Defined-Function.md
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update flaml/tune/tune.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* add docstr
* remove random seed
* StopIteration
* StopIteration format
* format
* Update flaml/tune/tune.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* revise docstr
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
4 years ago
Xueqing Liu
ca35fa969f
refactoring TransformersEstimator to support default and custom_hp ( #511 )
* refactoring TransformersEstimator to support default and custom_hp
* handling starting_points not in search space
* addressing starting point more than max_iter
* fixing upper < lower bug
4 years ago
Chi Wang
e877de6414
use ffill in forecasting example
4 years ago
Qingyun Wu
6c16e47e42
Bug fix and add documentation for metric_constraints ( #498 )
* metric constraint documentation
* update link
* update notebook
* fix a bug in adding 'time_total_s' to result
* use the default multiple factor from config file
* update notebook
* format
* improve test
* revise test budget for macos
* bug fix in adding time_total_s
* increase performance check budget
* revise test
* update notebook
* uncomment test
* remove redundancy
* clear output
* remove n_jobs
* remove constraint in notebook
* increase budget
* revise test
* add python version
* use getattr
* improve code robustness
Co-authored-by: Qingyun Wu <qxw5138@psu.edu>
4 years ago
Chi Wang
7eb7b46ea9
version number and doc ( #497 )
* version number
* add missing tasks in documentation
* update node-forge version
4 years ago
Chi Wang
1d029436e7
doc update ( #490 )
4 years ago
Xueqing Liu
af423463c3
fixing bug for ner ( #463 )
* fixing bug for ner
* removing global var
* adding class for trial counter
* adding notebook
* adding use_ray dict
* updating documentation for nlp
4 years ago
Chi Wang
5f688c1662
lightgbm
4 years ago
Kevin Chen
f9eda0cc40
update documentation for time series forecasting ( #472 )
* update automl.py
- documentation update
* update test_forecast.py
* update model.py
* update automl_time_series_forecast.ipynb
* update time series forecast website examples
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
4 years ago
Chi Wang
df01031cfe
Zero-shot AutoML ( #468 )
* Prepare for release
Co-authored-by: Moe Kayali <t-moekayali@microsoft.com>
* bug fix
* improve doc and code quality
Co-authored-by: Qingyun Wu
4 years ago
Camila Martinez Bedoya
dea2beec34
Update Getting-Started.md
Solving issue #456 related to a typo on the webpage.
4 years ago
Chi Wang
9e88f22167
fix a bug when using ray & update ray on aml ( #455 )
* fix a bug when using ray & update ray on aml
When using with_parameters(), the config argument must be the first argument in the trainable function.
* make training function runnable standalone
4 years ago
MichaelMarien
a4970d279c
corrected typo in example xgboost documentation ( #449 )
4 years ago
vvijayalakshmi21
b930de0e1f
Update Tune-User-Defined-Function.md ( #448 )
Fix for #445
4 years ago
vvijayalakshmi21
34557de30c
Update Task-Oriented-AutoML.md ( #447 )
Fix for issue #444
4 years ago
vvijayalakshmi21
6d7c2e3e9b
Update Task-Oriented-AutoML.md
Fix Typo for issue 443
4 years ago
Chi Wang
ba5d4d19f0
note about preview feature ( #431 )
4 years ago
Chi Wang
8a44dd4318
data in csv ( #430 )
* data in csv
* support ray ObjectRef #365
* use object store to store data when using ray
* make lgbm tuning example a test
* homepage title
4 years ago
Chi Wang
99de9204b3
homepage update ( #425 )
* homepage update
* update README
4 years ago
Chi Wang
6a7caa6a3d
max_iter < 2 -> no search; sign in metric constraints; test and example for forecasting ( #415 )
* max_iter < 2 -> no search
* use_ray in test
* eval_method in ts example
* check sign of constraints
* test metric constraint sign
4 years ago
Chi Wang
569908fbe6
fix issues in logging, bug in space.py, constraint sign, and improve code coverage ( #388 )
* console log handler
* version update
* doc
* skippable steps
* notebook update
* constraint sign
* doc for constraints
* bug fix: define-by-run and unflatten_hierarchical
* const
* handle nested space in indexof()
* test grid search
* test suggestion
* model test
* >1 ckpts
* always increase iter count
* log total # iterations
* security patch
* make iter_per_learner consistent
4 years ago
Chi Wang
8602def1c4
logging ( #371 )
* query logged runs
* mlflow log when using ray
* key check for newer version of ray #363
* catch importerror
* log and load AutoML model
* retrain if necessary when ensemble fails
4 years ago
Chi Wang
2f5d6169d3
example update ( #359 )
update some examples for consistencies with others.
4 years ago
Rui Zhuang
c6c0c29769
Simplify lgbm example ( #358 )
* simplify lgbm examples
* provide link to lgbm example script.
* simply lgbm example in the example script.
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
4 years ago
Chi Wang
300f286667
azureml + ray ( #344 )
* examples and documentation about how to use azureml + ray
4 years ago
Chi Wang
baa0359324
doc update ( #352 )
* custom splitter
* NLP
* version number
4 years ago
Chi Wang
0b25e89f29
reproducibility for random sampling ( #349 )
* reproducibility for random sampling #236
* doc update
4 years ago
Xueqing Liu
ee3162e232
Adding the NLP task summarization ( #346 )
* Add test_autohf_summarization.py
* adding seq2seq
* Update flaml/nlp/huggingface/trainer.py
* rouge metrics
Co-authored-by: XinZofStevens <xzhao4346@gmail.com>
Co-authored-by: JinzhuoWu <wujinzhuo0105@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
4 years ago
Chi Wang
efd85b4c86
Deploy a new doc website ( #338 )
A new documentation website. And:
* add actions for doc
* update docstr
* installation instructions for doc dev
* unify README and Getting Started
* rename notebook
* doc about best_model_for_estimator #340
* docstr for keep_search_state #340
* DNN
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
Co-authored-by: Z.sk <shaokunzhang@psu.edu>
4 years ago