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

feat: direct interface for active.cc and variable rename for understandability #4671

Merged
merged 11 commits into from
Mar 7, 2024
Prev Previous commit
Next Next commit
revert accidental help change in diff
  • Loading branch information
Alina Beygelzimer committed Dec 1, 2023
commit b45564797c14fdff0825ff25e5ce61baa5d54b17
23 changes: 23 additions & 0 deletions test/train-sets/ref/help.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,21 @@ Input Options:
keep)
--flatbuffer Data file will be interpreted as a flatbuffer file (type: bool,
experimental)
--csv Data file will be interpreted as a CSV file (type: bool, experimental)
--csv_separator arg CSV Parser: Specify field separator in one character, " | : are
not allowed for reservation. (type: str, default: ,, experimental)
--csv_no_file_header CSV Parser: First line is NOT a header. By default, CSV files
are assumed to have a header with feature and/or namespaces names.
You MUST specify the header with --csv_header if you use this
option. (type: bool, default: false, experimental)
--csv_header arg CSV Parser: Override the CSV header by providing (namespace,
'|' and) feature name separated with ','. By default, CSV files
are assumed to have a header with feature and/or namespaces names
in the CSV first line. You can override it by specifying here.
Combined with --csv_no_file_header, we assume that there is no
header in the CSV file. (type: str, experimental)
--csv_ns_value arg CSV Parser: Scale the namespace values by specifying the float
ratio. e.g. --csv_ns_value=a:0.5,b:0.3,:8 (type: str, experimental)
Logging Options:
--quiet Don't output diagnostics and progress updates. Supplying this
implies --log_level off and --driver_output_off. Supplying this
Expand Down Expand Up @@ -613,6 +628,14 @@ Weight Options:
uint, keep, necessary)
--replay_m_count arg How many times (in expectation) should each example be played
(default: 1 = permuting) (type: uint, default: 1)
[Reduction] Experimental: Contextual Bandit Exploration with ADF with graph feedback Options:
--cb_explore_adf Online explore-exploit for a contextual bandit problem with multiline
action dependent features (type: bool, keep, necessary)
--gamma_scale arg Sets CB with graph feedback gamma parameter to gamma=[gamma_scale]*[num
examples]^1/2 (type: float, default: 1, keep)
--gamma_exponent arg Exponent on [num examples] in CB with graph feedback parameter
gamma (type: float, default: 0.5, keep)
--graph_feedback Graph feedback pdf (type: bool, keep, necessary, experimental)
[Reduction] Experimental: Contextual Bandit Exploration with ADF with large action space filtering Options:
--cb_explore_adf Online explore-exploit for a contextual bandit problem with multiline
action dependent features (type: bool, keep, necessary)
Expand Down
Loading