Open ataymano opened 1 year ago
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
Hi Sir, When will Microsoft RLOS 2024 be conducted, I am eagerly waiting for it. Thank You
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