Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coin/FTRL/Pistol are not available via vw.get_config() #4620

Open
ataymano opened this issue Jul 3, 2023 · 1 comment
Open

Coin/FTRL/Pistol are not available via vw.get_config() #4620

ataymano opened this issue Jul 3, 2023 · 1 comment
Labels
Bug Bug in learning semantics, critical by default rlos2023

Comments

@ataymano
Copy link
Member

ataymano commented Jul 3, 2023

Describe the bug

Reductions from ftrl.cc are not available from vw.get_config() call.

How to reproduce

import vowpalwabbit

vw = vowpalwabbit.Workspace(arg_str="", quiet=True)
print(f'Config keys for gd: {list(vw.get_config().keys())}')

vw = vowpalwabbit.Workspace(arg_str="--coin", quiet=True)
print(f'Config keys for --coin: {list(vw.get_config().keys())}')

Output:

Config keys for gd: ['count_label', 'gd', 'general']
Config keys for --coin: ['count_label', 'general']

Version

9.8

OS

Any

Language

Python

Additional context

No response

@ataymano ataymano added Bug Bug in learning semantics, critical by default rlos2023 labels Jul 3, 2023
@RohanHBTU
Copy link

Hi Sir,
When will Microsoft RLOS 2024 be conducted, I am eagerly waiting for it.
Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug in learning semantics, critical by default rlos2023
Projects
None yet
Development

No branches or pull requests

2 participants