-
-
Notifications
You must be signed in to change notification settings - Fork 32
Description
modelStudio FAQ & Troubleshooting
Most of the information is covered in the documentation: https://modelstudio.drwhy.ai/
✨ Please, submit a new issue when dealing with potential bugs. Thanks! ✨
- Error occurred during the
modelStudio()
computation foo
plot doesn't show up on the dashboard
- Read the console output of
DALEX::explain()
. There could be a warning message pointing to the solution of this problem. - Read the console output of
modelStudio()
. There could be an error message (printed as a warning) pointing to the origin and solution of this problem. - Make sure to update these R packages to their latest versions:
DALEX
,ingredients
,iBreakDown
.
modelStudio()
output shows up as a white window in the RStudio Viewer
Solve this by updating the RStudio. Please, check if the output shows up properly in the browser (e.g. use viewer = "browser"
argument in modelStudio()
).
- y-axis labels go outside of the plot
Use modelStudio(..., options = ms_options(margin_left = 200))
.
-
Unable to load the pickle file with Explainer object
Seereticulate
vignettes: Python Version Configuration Installing Python Packages -
NA in data
See modelStudio(), explainer_mlr3() and NAs #71 -
Shiny support
See Running model studio in a shiny app #77 -
Quarto support
See Partial display of ModelStudio applet in Quatro HTML file #116 -
Change the number of panels with plots from 2x2 to 1x2 or 3x3 (grid size of the dashboard)
See ❓❔ FAQ & Troubleshooting ❔❓ #54 (comment)