Fix rendering of model understanding plotly charts in docs#3460
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3460 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 336 336
Lines 33400 33400
=====================================
Hits 33274 33274
Misses 126 126 Continue to review full report at Codecov.
|
3d204b3 to
f5fb7ac
Compare
147cb8a to
085fdbc
Compare
6b8f00f to
b27589f
Compare
|
It looks like all of the plots except for the search iteration plots are now showing. Example: I think the search iteration plot is going to take a bit more work. Basically, I think it comes down to the fact that we're dynamically building and updating this figure over multiple iterations, whereas these plots above are only shown after they're finished. I can file a separate ticket for the search iteration plot. |
freddyaboulton
left a comment
There was a problem hiding this comment.
Thank you @christopherbunn !
|
It looks like we already have an issue specific to the AutoML search iteration plots here: #1692. We'll use this to track additional work. |
Resolves #3447