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
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
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
Anonymous-submission-repo
ecca161848
Merge branch 'LexiFlow' of https://github.com/Anonymous-submission-repo/FLAML into LexiFlow
2022-10-10 13:44:01 +00:00
Anonymous-submission-repo
c8d52ab3ae
Merge branch 'main' into LexiFlow
2022-10-10 13:40:59 +00:00
Anonymous-submission-repo
ff995d08d8
notebook
2022-10-10 13:37:01 +00:00
Anonymous-submission-repo
ee650357f1
Merge branch 'main' into LexiFlow
2022-10-09 22:29:43 -04:00
Anonymous-submission-repo
4e37826417
update
2022-10-10 01:24:22 +00:00
Anonymous-submission-repo
e2c8c3544f
doc
2022-10-10 01:17:42 +00:00
Anonymous-submission-repo
f7a9d42dc7
update
2022-10-10 01:15:17 +00:00
Chi Wang
f97c233dc5
Update Contribute ( #741 )
2022-10-09 11:40:45 -07:00
Anonymous-submission-repo
4050d3f1cb
update
2022-10-09 13:18:15 -04:00
Anonymous-submission-repo
9bc32acafb
first
2022-10-09 11:39:29 -04:00
Xueqing Liu
c01e65bb48
updating the data collator for seq-regression to handle the dim mismatch problem ( #751 )
2022-10-08 21:59:31 -07:00
Chi Wang
860cbc233e
move searcher and scheduler into tune ( #746 )
...
* move into tune
* correct path
* correct path
* import path
2022-10-04 16:03:22 -07:00
Prithvi Kannan
3e3ce3e33e
log search_state.config directly instead of under tag config ( #747 )
...
Signed-off-by: Prithvi Kannan <prithvi.kannan@databricks.com>
Signed-off-by: Prithvi Kannan <prithvi.kannan@databricks.com>
Co-authored-by: Xueqing Liu <liususan091219@users.noreply.github.com>
2022-10-04 12:03:11 -07:00
Xueqing Liu
ceb3e300cd
Issue724 ( #745 )
...
* fixing issue724
* fixing issue724
2022-10-04 10:51:12 -04:00
Vijaya Lakshmi Venkatraman
0df54ec3f3
Update model.py ( #739 )
...
* Update model.py
* Fix review comment
2022-10-01 17:25:53 -07:00