We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reductions from ftrl.cc are not available from vw.get_config() call.
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']
9.8
Any
Python
No response
The text was updated successfully, but these errors were encountered:
Hi Sir, When will Microsoft RLOS 2024 be conducted, I am eagerly waiting for it. Thank You
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Reductions from ftrl.cc are not available from vw.get_config() call.
How to reproduce
Output:
Version
9.8
OS
Any
Language
Python
Additional context
No response
The text was updated successfully, but these errors were encountered: