Miles Olson
Miles Olson
Summary: Should be safe since ax_parameter_sens is tested elsewhere. These tests try and call compute() using over 100 different experiments, making each test very expensive -- this doubled our OSS...
Summary: Erogonomics change. Everyone passes in a single element list where `metric_names=[metric_name]` so we might as well just accept the one. This was originally written to accept an iterable because...
Summary: Now that list[AnalysisCard] displays all the cards there is no need for this method. Differential Revision: D71912435
Summary: As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very...
Summary: A number of features to improve reliablity of the InteractionAnalysis. * Hide OAK kernel behind a flag which defaults to False. When false, use the current GenerationNode's adapter *...
Summary: This supresses an extremely annoying log Differential Revision: D69570121
--- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/Ax/pull/3321). * __->__ #3321 * #3320
--- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/Ax/pull/3320). * #3321 * __->__ #3320
Summary: When this is landed we will be able to use this plot in Ax 1.0 and Ax UI. Refactor the interaction plot to be in line with our structure...