microsoft / microsoft/FLAML

Improve AutoVW

Open
#330 0 comments 0 reactions 1 assignee Claimed by @qingyun-wu View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.