You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`$n_runs` specifies the number of simulation runs in the experiment to estimate standard deviations of the performance of OPE estimators.
40
39
-`$n_rounds` and `$n_actions` specify the number of rounds (or samples) and the number of actions of the synthetic bandit data.
41
-
-`$dim_context`and `$dim_action_context` specify the number of dimensions of context vectors characterizing each round and action, respectively.
40
+
-`$dim_context`specifies the number of dimensions of context vectors.
42
41
-`$base_model_for_evaluation_policy` specifies the base ML model for defining evaluation policy and should be one of "logistic_regression", "random_forest", or "lightgbm".
43
42
-`$base_model_for_reg_model` specifies the base ML model for defining regression model and should be one of "logistic_regression", "random_forest", or "lightgbm".
44
43
-`$n_jobs` is the maximum number of concurrently running jobs.
0 commit comments