Improve AutoVW
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
Problem description: [`AutoVW.learn()`](https://github.com/microsoft/FLAML/blob/main/flaml/onlineml/autovw.py). has an implicit dependency on `AutoVW.predict()`, and thus they need to be used in a synchronized manner. Better remove this dependency and allow asynchronous calls of them.
Objective: Make the examples in this [AutoVW notebook](https://github.com/microsoft/FLAML/blob/main/notebook/flaml_autovw.ipynb) work in an async manner.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.