-
Notifications
You must be signed in to change notification settings - Fork 321
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
Improve robustness in InteractionAnalysis #3407
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D69993111 |
53a1945
to
2293eeb
Compare
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
This pull request was exported from Phabricator. Differential Revision: D69993111 |
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
2293eeb
to
abd8299
Compare
This pull request was exported from Phabricator. Differential Revision: D69993111 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3407 +/- ##
==========================================
- Coverage 95.98% 95.97% -0.02%
==========================================
Files 539 539
Lines 52791 52836 +45
==========================================
+ Hits 50674 50711 +37
- Misses 2117 2125 +8 ☔ View full report in Codecov by Sentry. |
Summary: As titled. These are moderately useful here, but I really want to add them to the contour plot and I want the slice plot to match since theyre often displayed together. Differential Revision: D69988707
Summary: As titled. Differential Revision: D69989849
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
abd8299
to
d3939ec
Compare
This pull request was exported from Phabricator. Differential Revision: D69993111 |
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
d3939ec
to
e9f08bd
Compare
Summary: Pull Request resolved: facebook#3407 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
This pull request was exported from Phabricator. Differential Revision: D69993111 |
e9f08bd
to
94f29ba
Compare
Summary:
A number of features to improve reliablity of the InteractionAnalysis.
Differential Revision: D69993111