-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve robustness in InteractionAnalysis (#3407)
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 * If ax_parameter_sens fails log an exception and fallback to the surrogate's feature_importances * Do not plot samples on the slice and countour plots if there are more than 50 samples (it gets too cluttered) * Changed the orange and blue colors on the importance bar chart to be in the plotly color scheme * Make plot not error out on unordered choice params * Improved subtitle Differential Revision: D69993111
- Loading branch information
1 parent
d9826bf
commit 2293eeb
Showing
2 changed files
with
64 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters