Ax icon indicating copy to clipboard operation
Ax copied to clipboard

Adaptive Experimentation Platform

Results 229 Ax issues
Sort by recently updated
recently updated
newest added

Summary: see title Reviewed By: saitcakmak Differential Revision: D54392131

CLA Signed
fb-exported

Summary: see title. This ensures that num_outputs is set properly, which ensures that subsetting works as expected. Reviewed By: Balandat Differential Revision: D54208008

CLA Signed
fb-exported

Summary: "fix lint" signal is failing on github https://github.com/facebook/Ax/actions/runs/8090412501/job/22107860418#step:6:13 ``` Run flake8 flake8 shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64 PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib/pkgconfig Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64 Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64 Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib...

CLA Signed
fb-exported

Summary: remove unused import Differential Revision: D54336326

CLA Signed
fb-exported

Summary: Prior to D53814087, `metric_names` could be be passed to `BoTorchModel.fit` as a named argument. After D53814087, if `metric_names` are passed they are absorbed into `**additional_model_inputs` and eventually ignored. Starting...

CLA Signed
fb-exported

Summary: This removes the restriction on that `start_time` and `end_time` be the same across all rows in `Data` for those columns to be retained. We need to retain these in...

CLA Signed
fb-exported

While creating a list of choice parameters using dictionary: parameters_list = [dict(name = parameter, type = "choice", values = [x,...] ) for parameter in all_parameters ] it has warning UserWarning:...

Summary: Adding deprecation warning and ignoring any non-`None` `true_objective_metric_name`. Old experiments containing `true_objective_metric_name` can still be loaded after this change. Differential Revision: D54090801

CLA Signed
fb-exported

Summary: When making ChoiceParameters, we see ``` UserWarning: sort_values is not specified for ChoiceParameter "xxx". Defaulting to True for parameters of ParameterType FLOAT. To override this behavior (or avoid this...

CLA Signed
fb-exported

Summary: Sign the Sobol sensitivity according to the average gradient, so we know the direction of the effect the parameter is having. Update the feature importance plot so that sign...

CLA Signed
fb-exported