Chi Wang
3111084c07
add __init__.py in nlp
2021-12-06 09:15:39 -08:00
Xueqing Liu
fd136b02d1
bug fix for TransformerEstimator ( #293 )
...
* fix checkpoint naming + trial id for non-ray mode, fix the bug in running test mode, delete all the checkpoints in non-ray mode
* finished testing for checkpoint naming, delete checkpoint, ray, max iter = 1
* adding predict_proba, address PR 293's comments
close #293 #291
2021-11-23 11:26:39 -08:00
Xueqing Liu
42de3075e9
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>
2021-11-16 11:06:20 -08:00
Chi Wang
92ebd1f7f9
when max_iter=1, skip search only if retrain_final ( #280 )
...
* when max_iter=1, skip search only if retrain_final
* remove nlp
redesign in #210
* minor change in readme example
2021-11-09 21:51:23 -08:00
Xueqing Liu
a5a5a4bc20
fixed API doc and import ( #108 )
...
* removed run_analysis.py, run_autohf.py, test_jupyter.py
2021-06-15 09:55:23 -07:00
Xueqing Liu
926589bdda
exception, coverage for autohf ( #106 )
...
* increase coverage
* fixing exception messages
* fixing import
2021-06-14 14:11:40 -07:00
Xueqing Liu
a4049ad9b6
autohf ( #43 )
...
automate huggingface transformer
2021-06-09 08:37:03 -07:00