mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Make NLP tasks available from AutoML.fit() (#210)
Sequence classification and regression: "seq-classification" and "seq-regression" Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
8
test/load_args.py
Normal file
8
test/load_args.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def test_load_args_sub():
|
||||
from flaml.nlp.utils import HPOArgs
|
||||
|
||||
HPOArgs.load_args()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_load_args_sub()
|
||||
Reference in New Issue
Block a user