887 Commits

Author SHA1 Message Date
zsk
53d8d62348
Merge pull request #793 from skzhang1/fix_alert
fix_alert
2022-11-04 19:22:50 -04:00
zsk
8856fff44a
Merge branch 'main' into fix_alert 2022-11-04 16:05:40 -04:00
skzhang1
944e56028b fix 2022-11-04 11:20:21 -04:00
zsk
d25330c497
Merge pull request #790 from satya-vinay/issue-775
Removed extra | in documentation
2022-11-04 09:16:21 -04:00
ElinaAndreeva
723662c502 Fixed typo 2022-11-04 12:06:07 +04:00
skzhang1
7b1fad4e5f update yarn.lock 2022-11-03 11:23:15 -04:00
skzhang1
991eaa8be8 fix_alert 2022-11-03 10:02:23 -04:00
satya-vinay
ddebfaea1c Removed extra | in documentation 2022-11-03 13:30:42 +05:30
zsk
d3f83d8b48
Merge pull request #697 from microsoft/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2022-11-01 21:33:01 -04:00
zsk
d6fd89a80a
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3 2022-11-01 20:13:22 -04:00
zsk
af586e3b39
Merge pull request #700 from microsoft/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2022-11-01 20:13:12 -04:00
zsk
0d6714c05f
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3 2022-11-01 16:07:09 -04:00
zsk
beb3419e84
Merge branch 'main' into dependabot/github_actions/actions/setup-python-4 2022-11-01 16:07:01 -04:00
Nicolas Beltran-Velez
65ad6508ce
Docs (#765)
* Small docstring change for clarity

* Added tentative changes to docs

* Update website/docs/Use-Cases/Task-Oriented-AutoML.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update flaml/model.py

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Updated model.py to reflect `n_jobs = None` suggestion

* Updated tutorial to reflect `n_jobs=None` suggestion

* Update model.py

Improved string

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2022-11-01 15:14:08 -04:00
zsk
dfdef8db32
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3 2022-11-01 11:07:47 -04:00
zsk
06cff076f0
Merge branch 'main' into dependabot/github_actions/actions/setup-python-4 2022-11-01 11:07:39 -04:00
zsk
29dea3a983
Merge pull request #786 from evensure/patch-1
Included hint to escape brackets for pip setup
2022-11-01 11:03:49 -04:00
evensure
4d4e6ba499
Added hint to escape brackets for pip setup
As described in #777, I had trouble executing the setup using zsh.
Eventually, I noticed that I had to escape the brackets.

My proposed change includes both brackets to be escaped, however for me it was enough to escape the opening one only, since as far as I know a trailing non-escaped closing bracket will then be recognized, accordingly.
2022-10-31 17:51:11 +01:00
Kirito
b63f1bc8b8
Indentation corrected (#778) 2022-10-29 21:15:46 -07:00
zsk
58227a976b
Merge pull request #752 from Anonymous-submission-repo/LexiFlow
Multiple objectives hyperparameter tuning with lexicographic preference
2022-10-19 09:23:47 -04:00
Anonymous-submission-repo
79c479ae46 update 2022-10-18 23:18:09 +00:00
Anonymous-submission-repo
e5b3cb4ef2 update 2022-10-18 18:02:49 +00:00
Anonymous-submission-repo
02d643bc80 update 2022-10-18 17:33:12 +00:00
Anonymous-submission-repo
2f8f8ba9d8 update 2022-10-18 14:48:04 +00:00
Anonymous-submission-repo
8bad7e7ea5
Merge branch 'main' into LexiFlow 2022-10-18 10:17:03 -04:00
Anonymous-submission-repo
e42cfabf21 fix 2022-10-18 13:45:23 +00:00
Anonymous-submission-repo
0869e9e99a clean up 2022-10-18 13:33:37 +00:00
Susan Xueqing Liu
774773eb5b
fix bug in current nlp documentation (#763)
* fix bug in current nlp documentation

* fixing nlp documentation bug

* fixing nlp documentation bug

* fixing nlp documentation bug

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-15 19:35:49 -07:00
Anonymous-submission-repo
2daaa4c637 clean up 2022-10-15 03:53:08 +00:00
Anonymous-submission-repo
44883f7463 update 2022-10-15 03:42:23 +00:00
Anonymous-submission-repo
10d36dcc7b
Update flaml/tune/searcher/flow2.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:58:14 -04:00
Anonymous-submission-repo
608c6bafdc
Update flaml/tune/searcher/flow2.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:57:57 -04:00
Anonymous-submission-repo
6df7782c5e
Update test/tune/test_lexiflow.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:52:07 -04:00
Anonymous-submission-repo
30520da559
Update website/docs/Use-Cases/Tune-User-Defined-Function.md
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:51:50 -04:00
Anonymous-submission-repo
1683956559
Update flaml/tune/tune.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:51:21 -04:00
Anonymous-submission-repo
c5992c1fbf
Update flaml/tune/searcher/flow2.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:51:11 -04:00
Anonymous-submission-repo
7b530ad0e9
Update flaml/tune/searcher/blendsearch.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-14 22:50:55 -04:00
Anonymous-submission-repo
0257f3df46 update 2022-10-15 00:28:50 +00:00
Anonymous-submission-repo
a1d9e333fe update 2022-10-14 23:48:05 +00:00
Anonymous-submission-repo
c3baf2d4ee delete automl 2022-10-14 23:30:24 +00:00
Anonymous-submission-repo
585bde1ce6 Merge branch 'LexiFlow' of https://github.com/Anonymous-submission-repo/FLAML into LexiFlow 2022-10-14 20:43:50 +00:00
Anonymous-submission-repo
bf81912f09 update 2022-10-14 20:40:49 +00:00
Chi Wang
cafb67123a
Merge branch 'main' into LexiFlow 2022-10-14 11:04:18 -07:00
Sayan Roy
d3e0d1d852
Discord Badge Added (#760)
* Discord Badge 

Discord Badge added Issue #749

* style changed

plastic style to flat style
2022-10-13 13:15:04 -07:00
Anonymous-submission-repo
2334a9c81d
Update flaml/automl.py
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2022-10-13 14:22:49 -04:00
Anonymous-submission-repo
7f6e7b3d54
Update flaml/tune/searcher/search_thread.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-13 14:22:34 -04:00
Chi Wang
72f362948c
Merge branch 'main' into main 2022-10-13 08:28:17 -07:00
Susan Xueqing Liu
2ebddd67ae
Remove NLP classification head (#756)
* rm classification head in nlp

* rm classification head in nlp

* rm classification head in nlp

* adding test cases for switch classification head

* adding test cases for switch classification head

* Update test/nlp/test_autohf_classificationhead.py

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* adding test cases for switch classification head

* run each test separately

* skip classification head test on windows

* disabling wandb reporting

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* fix test nlp custom metric

* Update website/docs/Examples/AutoML-NLP.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update website/docs/Examples/AutoML-NLP.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* fix test nlp custom metric

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2022-10-12 17:04:42 -07:00
Anonymous-submission-repo
2d18c49cdd update 2022-10-12 04:31:51 +00:00
Sayan Roy
8b1a260ad3
style changed
plastic style to flat style
2022-10-11 23:35:43 +05:30